Python in ASP pages

Mac Martine mac at magusdesigns.com
Sun May 12 16:53:47 EDT 2002


Hi-
 
- I am on Windows XP.
 
-I have Python2.2 installed (I think this is different from the
ActiveState version...i'm new to this, so I'm unclear)
 
-So, I am trying to run Python code in my ASP pages. I managed to get
.py files to run in my browser, but I can't get Python code to run in my
asp pages.
 
I'm trying:
<%@ Language = Python %>
<HTML>
<head></head>
<body>
<h1>Python Test</h1>
</body>
</html>
 
...and I get an error on the first line saying "Unknown scripting
language 'Python'"
 
any ideas? thanks a lot!
-Mac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20020512/b8d4731c/attachment.html>


More information about the Python-list mailing list