Running Scripts vs Interactive mode
Dave Angel
davea at ieee.org
Thu Feb 24 11:32:41 EST 2011
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
More information about the Python-list
mailing list