"Traceback (most recent call last):
File "manage.py", line 2, in ?
from django.core.management import execute_manager
ImportError: No module named django.core.management"
I'm using a copy from subversion, revision 3757. The location of my
django src location is symlinked from the new site-packages folder in
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/
Is there anything I'm missing?
Adam
Make sure that directory is explicitly on your Python path; versions
of Python other than the ones distributed with OS X may not recognize
it by default.
--
"May the forces of evil become confused on the way to your house."
-- George Carlin