On 13-jul-2007, at 5:42, surfwizz wrote: > I installed python from www.python.org, so the command prompt opens it > into 2.5.1. That's what I tried to install django into.
Can you confirm that django is installed at this location? /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/django/ (try 'locate django' in the Terminal to find out where all of django is) > [...] so I just ran setup.py in IDLE as a module. Is there a way > to fix this, or get this install running properly? What do you mean 'in IDLE as a module'? AFAIK the correct way to install python packages is to run 'sudo python setup.py' from the normal command line. Or did you do that? best dirk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---