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