I found the same thing - easiest solution is to remove the old egg. I had to
do this on all the systems (Linux, Win32, and Mac) when we upgraded from
0.95 to 0.96.

If you're unsure where it's stashed, run python interactively and use the
following the find out:

import sys
import pprint
pprint.pprint sys.path

and you'll get a sense of where it's looking

-joe

On 4/10/07, Jay Parlar <[EMAIL PROTECTED]> wrote:
>
>
> Which directory does the .egg file and the 'django' directory live?
>
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/
> ?
>
> If so, there should also be a file called easy-install.pth in that
> directory. Open up that file, and you'll see a reference to the .egg
> file. Delete that reference. You can then delete the .egg file itself.
> What's probably happening, is that the .egg is showing up on sys.path
> before the new 'django' directory.
>
> Jay P.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to