config for Python as the IIS hosted ASP script Lang

Steve Holden sholden at holdenweb.com
Fri Jan 12 21:10:08 EST 2001


"TC" <trclark at home.com> wrote in message
news:lvN76.998430$8u4.20950501 at news1.rdc1.bc.home.com...
> Hi ALL
> Yeb newbie,
> Install BEOPen v2.0 on NT4.0
> got *.py to run as IIS CGI's
> searched the FAQ's http://www.python.org/doc/FAQ.html
> BUT I can't see how to config iis to run Python as a script lang on an asp
> page
> like
> <%@ Language=Python %>
> <%
> import cgl
> cgi.test()
> %>
>
> What is the secret ??
> I thought that the BEOpen WIN32 install would have done the
> registry magic
>
Nope.  You need PythonCOM, which comes as a part of Mark Hammond's Win32
extensions.  Look up Active Python at www.activestate.com - it's an add-on.

regards
 Steve





More information about the Python-list mailing list