In an attempt to get the Python Image Library working, I installed the
Universal Python and PIL packages from
http://pythonmac.org/packages/py24-fat/index.html. Originally, I was
set up with a compiled version of 2.4 as was the example at the time.
Now, though, I'm getting this error whenever I do a python manage.py
runserver:
"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-packag es/
Is there anything I'm missing?
Adam