Re: Error I continue to get

2010-06-19 Thread Sam Lai
I quote from a previous post of mine - """ That error message looks like Windows to me. try adding the word python at the start of that command. If you are indeed on Windows, how did you install Python? The easiest one I've used is the ActiveState's ActivePython distribution for Windows; sets eve

Re: Error I continue to get

2010-06-19 Thread Mike
I also get this error. I have python for windows version 2.6. I am using the standard windows xp shell. I have installed the latest version of django from the command line. How can I fix this? On Jun 11, 3:40 pm, Kenneth Gonsalves wrote: > On Friday 11 June 2010 12:05:50 Sam Lai wrote: > > > Th

Re: Error I continue to get

2010-06-10 Thread Kenneth Gonsalves
On Friday 11 June 2010 12:05:50 Sam Lai wrote: > That error message looks like Windows to me. try adding the word > python at the start of that command. > yes, it did not look like a linux error message - although last time I looked windows would say 'bad command or file name' -- Regards Kennet

Re: Error I continue to get

2010-06-10 Thread Sam Lai
That error message looks like Windows to me. try adding the word python at the start of that command. If you are indeed on Windows, how did you install Python? The easiest one I've used is the ActiveState's ActivePython distribution for Windows; sets everything up properly, including proper file e

Re: Error I continue to get

2010-06-10 Thread Kenneth Gonsalves
On Friday 11 June 2010 02:50:55 JRMAbock wrote: > I am trying to start a project by entering into the command line. > > directory> django-admin.py startproject mysite > > after I enter it I get the return > > django-admin.py is not recognized as an internal or external command > operable program

Error I continue to get

2010-06-10 Thread JRMAbock
I am trying to start a project by entering into the command line. directory> django-admin.py startproject mysite after I enter it I get the return django-admin.py is not recognized as an internal or external command operable program or batch file Can anyone help me fix this problem? -- You re