[Python.NET] trouble with windows servers

Hawkeye Parker hawkeye.parker at autodesk.com
Wed Nov 19 17:39:31 EST 2003


i've managed to get python.net up and running on win2k, but when i try to run it in my server environment (Windows 2003 server), python.exe crashes:


Application has generated an exception that could not be handled.

Process id=0xd38 (3384), Thread id=0xd40 (3392).


cmd traceback:

Unhandled Exception: System.Runtime.InteropServices.COMException (0x80070006): T
he handle is invalid.
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode
, IntPtr errorInfo)
   at System.Runtime.InteropServices.Marshal.FreeHGlobal(IntPtr hglobal)
   at Python.Runtime.StaticMethodWrapper..ctor(Type obType, String name)
   at Python.Runtime.ImportHook.Initialize()
   at Python.Runtime.Runtime.Initialize()
   at Python.Runtime.PythonEngine.Initialize()
   at PythonConsole.Main(String[] args)



any ideas why or how to fix?

thanks,

hawkeye parker
QA Software Engineer
Autodesk, Inc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythondotnet/attachments/20031119/de1bea51/attachment.html


More information about the PythonDotNet mailing list