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
>
> I found my newer installation of django at:
> ~/Development/django_src
>
> and my PYTHONPATH variable in .bashrc:
> PYTHONPATH=$HOME/Library/Frameworks/Python.framework/Versions/2.4:$HOME/Development/django_src

PYTHONPATH looks right. hmmm... Maybe try:

~/Development/django_src/django/bin/django-admin.py

instead of just

django-admin.py

The egg is probably still installed, but pretty broken at this
point... This should at least make it possible to get started.

Joseph

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