Oh, sorry. I'm using pywin32-212.win32-py2.6.exe and Python 2.6.
I did some tests. Calling a new object with Python Interpreter
(Server.CreateObject("Python.Interpreter")), I got this error:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/teste.asp, line 3
The call t
"win32all" is a very old name which is still hanging around in some
documentation. The package is now referred to as "pywin32".
http://sourceforge.net/projects/pywin32/
Which versions of Python and pywin32 are you using?
--
Vernon Cole
On Mon, Apr 27, 2009 at 9:22 AM, Iuri wrote:
> I installed
I installed Python + win32all and tried to run an ASP page (with Python
language) on IIS. I got this error: "HTTP/1.1 500 Server Error".
I tried to install on a Windows Vista and a Windows Server 2007. On Vista,
I'm fixed removing the user ASP.NET and using "asp_iisreg -i" (it's a tip
from MSDN). O