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