I'm trying to write an ASP script for IIS in Win2K. I have the ActivePython 2.0 build 
203 and Win2K Professional, SP1. The scripting language is registered but when I hit 
the simple page:

<%@ LANGUAGE=Python %>
<html>
<body>
<%= 'hello, ' + 'world' %>
</body>
</html>

I get a modal error dialog:

dllhost.exe - Application Error
The instruction at "0x1e1963cc" referenced memory at "0x02c25556". The memory could 
not be "written".

This happens for any Python ASP page I try to run. Has anyone else gotten this? Any 
known fix?

--
Jens B. Jorgensen
[EMAIL PROTECTED]

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to