Ich bekomme Satchmo zu versuchen, aber ich habe ein großes Problem auf Anhieb, und ich verstehe nicht, was falsch ist. Als ich $ python clonesatchmo.py
in klares django Projekt zu machen, Trows es einen Fehler:Satchmo conesatchmo.py ImportError: Name kann nicht importiert werden 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.
und erstellt einen Speicherordner. versucht, smth wie das funktioniert !!:
$ 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"
Ich habe Django 1.6 und Satchmo 0.9.3, Python 2.7.5 (Ich benutze keine virtualenv)
"(Ich benutze nicht virtualenv)" orly? '/ some/path/to/python' sieht sicher wie einer aus. – AdamKG
@AdamKG Aber es ist Standart-Pfad ... es war in Google-Gruppen beraten, diese Aktion zu machen .. die "/ einige/Pfad/zu/Python" ist: '/Library/Frameworks/Python.framework/Versions/2.7/ Ressourcen/Python.app/Inhalte/MacOS/Python' – Pruntoff