Organic install fails on djaboto import

Issue #5 new
Garth Johnson created an issue

When the install gets to the syncdb part, it failswith the following dump:

...running syncdb via manage.py Traceback (most recent call last): File "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/django/core/management/init.py", line 443, in execute_from_command_line utility.execute() File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/django/core/management/init.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/django/core/management/init.py", line 261, in fetch_command klass = load_command_class(app_name, subcommand) File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/django/core/management/init.py", line 69, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module import(name) File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/south/management/commands/init.py", line 10, in <module> import django.template.loaders.app_directories File "/home/growlf/django/test_python/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py", line 23, in <module> raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0])) django.core.exceptions.ImproperlyConfigured: ImportError djaboto: No module named djaboto Traceback (most recent call last): File "/home/growlf/django/python/bin/soupstart", line 9, in <module> load_entry_point('django-boto==0.0.3b1', 'console_scripts', 'soupstart')() File "/home/growlf/django/django-boto/djaboto/management/commands/checkmix.py", line 202, in execute check_call(['./manage.py','syncdb']) File "/usr/lib/python2.7/subprocess.py", line 511, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./manage.py', 'syncdb']' returned non-zero exit status 1

Comments (0)

  1. Log in to comment