python at command prompt

Mark Elston m.elston at advantest-ard.com
Thu Nov 1 14:13:37 EDT 2007


* c3950ig at hotmail.com wrote (on 11/1/2007 9:58 AM):
> [snip]
>> Sounds like your path isn't set correctly.  See the first section
>> here[1] on "Finding python.exe"
>>
>> -tkc
>>
>> [1]http://www.imladris.com/Scripts/PythonForWindows.html
> 
> Thanks Tim,
> I set the pythonpath to where the python interpreter is located C:
> \Python24
> However I still get the same error message. Is there something else
> that must be configured?
> thanks.
> 

It's not the PYTHONPATH environment variable that you need to set.

You need to set the PATH environment variable to include C:\Python24.
That is where the Python executable is locate.

Mark



More information about the Python-list mailing list