Python 2.2.0
win32all-146.exe
htmlgen
SOAPpy097
Thanks
For CGI, search for "Python IIS"
one link is:
http://starship.python.net/crew/aaron_watters/pws.html
You can associate any extension with the scripts as long as you are pointing
to the Python executable. For example, I use CGP
The second link is missing one piece. You also have to associate this
extension with the Python executable from the IIS manager.
DeepBleu
"gtaker" <ta...@nwlink.com> wrote in message
news:GqELw...@news.boeing.com...
> Can anyone direct me to a how to on configuring python with IIS5.0 I'm
> having problems understanding how to tell IIS about .cgi and how to use
> python with .asp
> win32all-146.exe
As far as I can tell there is a bug in that version of win32all that
makes it impossible to use Python in .asp.
I solved it by installing Python 2.1.2 and win32all-140.exe instead.
I have notified Mark Hammond.
regards Max M
> For CGI, search for "Python IIS"
> one link is:
> http://starship.python.net/crew/aaron_watters/pws.html
This is outdated information, use the inetmgr utility instead,
right click your iis application that you have python scripts in,
choose home/virtual directory, choose configuration;
choose app mappings pane, press add and associate the extension you
want to use for py cgi with the interpreter like this:
D:\devtools\python21\python.exe "%s" %s
I am not sure what the second %s does, maybe you can remove it. I just
used it from a cookbook on setting this up.
--
Vennlig hilsen
Syver Enstad