[Python.NET] PythonNet news

Christian Heimes lists at cheimes.de
Mon Jul 30 17:09:55 CEST 2007


> 	Do you have a sense of what it would take to make current trunk
> of PythonNet compatible with Python 2.3?

You need a fair knowledge of Python's C API and the PyObject* + PyType*
structs. You have to compare the header files with the code in
interop.cs and add some code the runtime.cs. It's pretty straight
forward unless the C API differences between 2.3 and 2.4 are too large.

Christian



More information about the PythonDotNet mailing list