Configuring PWS for Python ASP Scripting

Max Møller Rasmussen maxm at normik.dk
Thu Jan 4 05:05:01 EST 2001


If you install Mark Hammonds Win32all it should work nicely. You can get it
at:

http://www.activestate.com/Products/ActivePython/Extensions.html

Max M

-----Original Message-----
From: Herb Lainchbury [mailto:herb at dynamic-solutions.nospam.com]
Sent: Thursday, January 04, 2001 10:17 AM
To: python-list at python.org
Subject: Configuring PWS for Python ASP Scripting


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.






-- 
http://www.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list