I setup my path env var: C:\Django>path PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\ATI Tech nologies\ATI Control Panel;C:\Apps\Eps12\Bin;C:\Python25;c:\Python25\Scripts;c:\ Django\django\bin
And I get: C:\Django>python django-admin.py python: can't open file 'django-admin.py': [Errno 2] No such file or directory Python can't find django-admin.py, despite a file of that name being in both C:\python\scripts and c:\Django\django\bin The command C:>django-admin.py does find it (tho it doesn't know what to do with it). It seems Python does not understand the path environment variable or is there something I'm missing? Karl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---