Configuring PWS for Python ASP Scripting

Herb Lainchbury herb at dynamic-solutions.nospam.com
Thu Jan 4 04:16:52 EST 2001


Could someone direct me to the steps required to configure PWS so I can use
python scripts in my ASP pages?  I want to be able to write .asp files of
the form:

<html>
<%@ Language=Python %>
<%
print 'Hello from Python'
%>

but when I do this I get the error message:

Active Server Pages error 'ASP 0129'

Unknown scripting language

/index.asp, line 5

The scripting language 'Python' is not found on the server.

Thanks.









More information about the Python-list mailing list