[Python.NET] Any plans for supporting CLR2.0?

Stanislas Pinte stan at phidani.be
Wed Jan 25 17:47:31 CET 2006


Hello, just pointing the tools (csc, dasm and ildasm) to the .Net 2.0 versions gives a good build,
with some warnings, but python.exe crashes immediately.

[pythonnet-1.0-rc2-py2.4-clr1.1-src]> ./python.exe
'import site' failed; use -v for traceback
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

Unhandled Exception: System.AccessViolationException: Attempted to read or write
 protected memory. This is often an indication that other memory is corrupt.
   at Python.Runtime.Runtime.Py_Main(Int32 argc, String[] argv)
   at Python.Runtime.PythonConsole.Main(String[] args)
[pythonnet-1.0-rc2-py2.4-clr1.1-src]>

Any idea why?

Thanks a lot,

Stan.





More information about the PythonDotNet mailing list