path var ?

Mark McEahern marklists at mceahern.com
Sun Aug 4 18:49:35 EDT 2002


> yes I have python installed
> that's not my real prob
> this is the value of my path var
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM
> I've tryed to add it like this
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\p
> ython\pyth
> on.exe
> but it won't work

The PATH statement is for storing a list of directories that should be
searched for executables.

Does that clarification suggest the solution to your problem?

// mark

-





More information about the Python-list mailing list