On Thu, Jul 3, 2008 at 3:25 PM, Leaf <[EMAIL PROTECTED]> wrote: > 3. To make sure that I could run properly, I added C:\Python25 and C: > \Python25\Lib\site-packages\django\django\bin to my PATH variable.
Looks like you've got one too many "django" directories in here. When Python tries to import django.core, it's looking for C:\Python25\Lib\site-packages\django\core, which doesn't exist the way you have it set up. You'll need to drop one level off, so that the site-packages\django directory includes directories like bin, core, contrib, db, etc... -Gul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---