Я получаю satchmo, чтобы попробовать, но у меня есть большая проблема с первой попытки, и я не понимаю, что случилось.
Когда я делаю $ python clonesatchmo.py
в прозрачном проекте django, он вызывает ошибку:
$ python clonesatchmo.py
Creating the Satchmo Application
Customizing the files
Performing initial data synching
Traceback (most recent call last):
File "manage.py", line 18, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
Traceback (most recent call last):
File "manage.py", line 18, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
Error: Can not copy the static files.
Error: Can not syncdb.
И создает папку хранилища. пробовать smth как это работает!!:
$ python manage.py shell
>>> import os, sys
>>> print sys.executable
/some/path/to/python
>>> os.system('bash')
$ /some/path/to/python manage.py validate
# this is NOT fail on "from django.core.management import execute_manager"
У меня есть Django 1.6 и Satchmo 0.9.3, python 2.7.5 (Я не использую virtualenv)