[Tutor] Setting Path

Peter Jakubowicz pfjakub@earthlink.net
Fri, 17 Sep 1999 07:13:56 -0700


Hi,

I am confused by the following (I am running Python under MS-Windows):
In order to pass a module to the intepreter, I have to switch to the
directory in which I have saved my module, i.e., I can't pass it from
the python shell. However, I can import my module from the shell. Should
I be able to also pass the module to the interpreter from the shell, and
what command should I place in my autoexec.bat file to do so. Any help
would be much appreciated. TIA