Trouble with IIS Python ASP

William Shields william.shields at iname.com
Mon May 21 21:29:23 EDT 2001


Kent,

I had a similar problem. Check out the link below on Mark Hammond's
site.

http://starship.python.net/crew/mhammond/win32/InstallationProblems.html

Bill


Kent wrote:
> 
> 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