
May 12th, 2002, 03:54 PM
|
|
#-------------------------
|
|
Join Date: Jan 2002
Location: you s of a
Posts: 35
Time spent in forums: < 1 sec
Reputation Power: 7
|
|
|
Python in ASP
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
|