View Single Post
Old 09-10-2004, 06:04 AM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,503
sde is on a distinguished road
i'm not sure with python cause i haven't coded with it.

if you want to make sure the path thing worked, in the same command line type
Code:
echo %PATH%
you should see the python path at the end of the string.

this is just a windows feature. it makes it so you can execute the python inturpreter from any directory, .. rather than navigating to the c:\python23 directory to execute the inturpretor.
__________________
Mike
sde is offline   Reply With Quote