On 01/-10/-28163 02:59 PM, grobs456 wrote:
<snip>
#I set my system environment variables to:

VARIABLE                VALUE
PYTHON_HOME             c:\python27\python.exe
PATH                    ...;%PYTHON_HOME%

#after also trying this:
VARIABLE                VALUE
PYTHON_HOME             c:\python27
PATH                    ...;%PYTHON_HOME%


The latter should be correct. But how are you actually setting them? In the Control Panel? And have you checked that they're actually set, by typing
  PATH

at the command prompt, of a newly created DOS box? The path should consist of a number of directory locations, separated by semicolons (this is Windows).


DaveA

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

Reply via email to