Dear All,

I am using Python interpreter as script interpreter in ASP
pages for many years. Moving from Server 2003 to Server 2008
I have problem to run classic ASP pages with Python interpreter
on IIS 7. I have the Python scripting engine registered.
(Python 2.6, Python for Windows extensions - pywin32-212.win32-py2.6)

For this simple asp page:
<%@ LANGUAGE = Python %>
<%
Response.Write("Hello")
%>
I get the error: HTTP/1.1 500 Server Error

Please help me.

With kind regards

Lubas
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to