Re: django-admin.py not recognized in Windows Vista despite adding it to the PATH

2008-07-22 Thread Reed Bailey
I've seen this issue with path before when using WinOS. _Another_ possibility for an executable not recognized on WinOS is OS Path variable is too long (the colon delimited list has too many characters). The failure is silent: No message that delimited list is too long and no truncation or end of

Re: django-admin.py not recognized in Windows Vista despite adding it to the PATH

2008-07-21 Thread Karen Tracey
On Mon, Jul 21, 2008 at 2:13 PM, Tye <[EMAIL PROTECTED]> wrote: > > I've had this issue as well. > > Just restart. > Or, exit and re-open all your command prompts. Changing the PATH setting in the System settings doesn't update the path for existing command prompts. At least not on 2K/XP, I don'

Re: django-admin.py not recognized in Windows Vista despite adding it to the PATH

2008-07-21 Thread iamelgringo
I've been having that problem, too but with XP. My system and user path are both set, but Windows isn't playing nice. If you can't get it working, you really only need django-admin.py to get a project up and running. So, if you must, you can call it using: python C:\Python\Lib\site-packages\dj

Re: django-admin.py not recognized in Windows Vista despite adding it to the PATH

2008-07-21 Thread arsyed
On Sun, Jul 20, 2008 at 8:14 PM, zippers24 <[EMAIL PROTECTED]> wrote: > > I am completley new to this and am installing it for the first time, I > am trying to create my first project in a file called djprojects. The > windows command prompt says that django-admin.py is not recognized > even thoug

django-admin.py not recognized in Windows Vista despite adding it to the PATH

2008-07-21 Thread zippers24
I am completley new to this and am installing it for the first time, I am trying to create my first project in a file called djprojects. The windows command prompt says that django-admin.py is not recognized even though I added its location: C:\Python\Lib\site-packages\django \bin to both the user