Mailing List Archive

NEWBIE:Need Help with "Path"
This is my first post to this forum and I need help with the Python
path.I'm new to programming and I've been using PythonWin with no
trouble but when I try to open a .py file through Python it won't open.
I've read that I need to make sure that Python is in my "path".So I go
to(Windows98):
RUN
sysedit
Autoexec.bat
and this is literally the path:
path %path%;C:\Perl\bin;path=C:\PROGRA~1\Python\;%path%
Can someone please tell me what I'm missing and/or doing wrong.
Thanks,
chinaski


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
NEWBIE:Need Help with "Path" [ In reply to ]
> Autoexec.bat
> and this is literally the path:
> path %path%;C:\Perl\bin;path=C:\PROGRA~1\Python\;%path%
path %path%;C:\Perl\bin;C:\PROGRA~1\Python
Try this and restart your computer!

Zsolt

< http://www.cab.u-szeged.hu/~h532851/python.htm >