just a moron trying to get python working on win98 and personal web server

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Mon Feb 11 20:17:37 EST 2002


----- Original Message ----- 
From: "james" <jdaily at kc.rr.com>
> 
> RE: just a moron trying to get python working on win98 and personal web
> server

You aren't a moron if you asked here...

> i am trying to get python to work on my MS personal web server ( which
> is supposed to support python in a web url ).

Never worked for me.
 
> what do i need to do?
> 
> i have tried setting the registry.
> 
> i have set the PATH in autoexec.bat.
> 
> is there an apache alternative.

Try Xitami (we've been discussing it here).  Put the following at the top
of your CGI scripts:

    #! c:\python22\python.exe -u

Change the 22 to whatever version you are using.  Note the space after the
exclamation point.  The # should be in the first column; indenting the line
here is for emphasis.

Get it from http://www.xitami.com

Apache is great, but until the new version for Windows comes out, I can't
recommend it on Win98.  I run Apache on several Linux servers.






More information about the Python-list mailing list