On 28 Jun 2006, at 14:39, Craig Marshall wrote: > I can run python interactively and type "import django" and get no > errors, but when I go into our project directory and run "./manage.py > syncdb", I get this error: > > ImportError: No module named django > > I'm running Python 2.4.3 in case that matters - any ideas?
It sounds like you might have two versions of Python installed. You should confirm that the shebang line in ./manage.py is for the right version. Alternatively, running 'python manage.py syncdb' should work. Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---