Excuting scripts question

Ken ken at hotmail.com
Sat Jun 7 20:34:59 EDT 2003


"Erik Max Francis" <max at alcyone.com> wrote in message
news:3EE26F88.C86E88BB at alcyone.com...
> Ken wrote:
>
> > Hi, I have a few scripts that ran well in Unix environment with:
> > #!/usr/local/bin/python
> >
> > What do I need to change to if I relocate these scripts on a Windows
> > environment? I have installed Python 2.2.3 in C:\Python22 directory.
>
> Presumably nothing, since Windows does file associations a different
> way.  The file extension will be mapped to the Python interpreter
> (presuming it's been installed properly); as far as I know, Windows
> never looks at a bangpath.

Hi, I tried to run the script on IE (eg: http://192.168.0.2/test1.cgi) but
it doesn't seem to load. (The script seems to load forever... but ordinary
html files work)

How to fix this problem?

Thanks



> -- 
>    Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
>  __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
> /  \ Physics, as we know it, will be over in six months.
> \__/  Max Born (1928)






More information about the Python-list mailing list