Hi! Django 0.96.1 doesn't install on my XP machine. Here is what happens when the setup.py file is run:
C:\Python25\Django-0.96.1>setup.py install running install running build running build_py error: package directory '\django' does not exist I also tried by moving the tarred/unzipped file to the site-packages folder and then under IDLE I get this: >>> import django Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import django ImportError: No module named django My Win XP PATH includes both: C:\Python25\python.exe and C: \Python25\Scripts Lastly, Win XP was rebooted just to make sure the PATH's took effect. Any ideas? Dinesh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---