warning: no previously-included files found matching '*.pyc'
Installing collected packages: django-tinymce
Running setup.py install for django-tinymce
warning: no previously-included files found matching '*.pyc'
Successfully installed django-tinymce
Cleaning up...
(dashexample)tejesh@tejesh-K53SM ~/Desktop/dashboarddjangoapp/mysite/django-dash-stable/examples/example $ ./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 272, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 75, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
import(name)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/south/management/commands/init.py", line 10, in
import django.template.loaders.app_directories
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py", line 25, in
raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
django.core.exceptions.ImproperlyConfigured: ImportError easy_thumbnails: No module named easy_thumbnails
(dashexample)tejesh@tejesh-K53SM ~/Desktop/dashboarddjangoapp/mysite/django-dash-stable/examples/example $ pip install django-tinymce==1.5.2 Downloading/unpacking django-tinymce==1.5.2 Downloading django-tinymce-1.5.2.tar.gz (2.4MB): 2.4MB downloaded Running setup.py (path:/home/tejesh/.virtualenvs/dashexample/build/django-tinymce/setup.py) egg_info for package django-tinymce
Installing collected packages: django-tinymce Running setup.py install for django-tinymce
Successfully installed django-tinymce Cleaning up... (dashexample)tejesh@tejesh-K53SM ~/Desktop/dashboarddjangoapp/mysite/django-dash-stable/examples/example $ ./manage.py syncdb Traceback (most recent call last): File "./manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 272, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/core/management/init.py", line 75, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
import(name)
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/south/management/commands/init.py", line 10, in
import django.template.loaders.app_directories
File "/home/tejesh/.virtualenvs/dashexample/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py", line 25, in
raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
django.core.exceptions.ImproperlyConfigured: ImportError easy_thumbnails: No module named easy_thumbnails