[Tutor] win98 path

Glen Wheeler wheelege@tsn.cc
Sat, 16 Jun 2001 17:08:59 +1000


> with a lot of the examples i have the path is for linux which i dont
> have installed at the moment.
>
> when it says on the first line #/usr/src et cetera
>
> in windblows do i change that to #/c:/python21/ ???
>

  It really depends on what your trying to do.  On Linux, that line will
make it a python scipt.  However, windows uses extensions to determine file
type.  If you installed python correctly then this will be already done for
you, and just double-clicking on a python script will run it in a
dos-window.
  If this already happens, and the box opens and closes too fast, try adding
a raw_input('Press any key to continue...') to the end of your script.
  If in fact you are looking to set up your PYTHONPATH environment variable
then that's different again.
  Is any of that what your looking for?

  Glen.