Try this: First delete the django sub-directory that you have created using:
cd /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/ sudo rm -rf django Now create the symlink: sudo ln -s /usr/local/src/django_src/django /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django I think it may have been the `pwd` in your original symlink command that caused the problem. That specific command requires you to be in /usr/local/src before you run it. -Rajesh [EMAIL PROTECTED] on IRC --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

