Trouble with IIS Python ASP

Kent news at springfed.com
Fri May 18 06:48:29 EDT 2001


Howdy,
 
My situation is:
1) running Win2K Advanced Server
2) installed ActiveState distribution
3) ran python\win32comext\axscript\client\pyscript.py
4) pages with <script language="Python"> (i.e., client-side Python) run
correctly in IE
5) ASP pages with <%@ Language=Python %> always fail with error 500 Server
Error
6) ASP pages with <SCRIPT RunAt=Server Language=Python> blocks always fail
with error 500 Server Error
 
Even an ASP consisting of just the single line
<%@ LANGUAGE = Python%>
 
blows up with 500 Server Error
 
Any suggestions?
 
Thanks,
Kent



More information about the Python-list mailing list