By any chance the command window hasn't been restarted after you've
changed the PATH? Strange that looks OK.

If you do  echo %PATH% what does it tell you, is Python there?

Cheers
Ray

Daniel Mark wrote:
> Hello all:
>
> I have set the PATH for Python as follows:
>
> My Computer->Properties->Advanced->Environment Variables->System
> Variables->Path
>
> ...; C:\Program Files\Python24;
>
> Then I try to run python under command line
>
> C:\>python
>
> C:\>python.exe
>
> I got nothing:)
>
> It works iff I run as follows:
>
> C:\>"Program Files\Python24\python.exe"
> Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)]
> on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>>
>
> My question is how I can set the path so that the XP can run python
> without the full path?
> 
> 
> Thank you very much
> -Daniel

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to