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-packages/

Is there anything I'm missing?

Adam


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to