On 5/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Okay, my easy-install.pth only has one line now:
> /Library/Python/2.3/site-packages/setuptools-0.6a9-py2.3.egg
...
PYTHONPATH=$HOME/Library/Frameworks/Python.framework/Versions/2.4:$HOME/Development/django_src
>
> Does that help?

When you run python, what version do you get?  It looks like you're
straddling 2.3 and 2.4.  Perhaps you have a 2.4 library being picked
up under 2.3 or vice versa.

Also, I tried to repro this issue, but I can't find a 2.3 Django egg
for download (as in the initial Django-0.91-py2.3.egg ).

Finally, my django-admin.py doesn't have a line 4, and it doesn't
refer to pkg_resources, so I think this may be specific to the 2.3
egg.

Sorry for the shots in the dark.  If I could repro, I'd be more useful.

--~--~---------~--~----~------------~-------~--~----~
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