>       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

_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to