Re: [Python.NET] Any plans for supporting CLR2.0?
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.
The crash is probably related to the attached problem that Michael worked through... Brian Lloyd brian@zope.com V.P. Engineering 540.361.1716 Zope Corporation http://www.zope.com
-----Original Message----- From: Stanislas Pinte [mailto:stan@phidani.be] Sent: Wednesday, January 25, 2006 11:48 AM To: Brian Lloyd; pythondotnet@python.org; f.geiger@vol.at Subject: Re: [Python.NET] Any plans for supporting CLR2.0?
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.
participants (2)
-
Brian Lloyd -
Stanislas Pinte