Ricevo satchmo per provare, ma ho un grosso problema al primo tentativo e non capisco cosa c'è di sbagliato. Quando fare $ python clonesatchmo.py
nel progetto Django chiaro, Trow un errore:Satchmo clonesatchmo.py ImportError: impossibile importare nome execute_manager
$ 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.
e crea una cartella di archivio. cercando smth come questo sta lavorando !!:
$ 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"
ho Django 1.6 e Satchmo 0.9.3, Python 2.7.5 (io non uso virtualenv)
"(Io non uso virtualenv)" orly? '/ some/path/to/python' sembra proprio uno. – AdamKG
@AdamKG Ma è un percorso standard ... è stato consigliato in google gruppi di fare questa azione .. "/ some/path/to/python" è: '/Library/Frameworks/Python.framework/Versions/2.7/ Risorse/Python.app/Contents/MacOS/Python' – Pruntoff