Re: [Python.NET] PythonNet news

2007-08-03 Thread Christian Heimes
Maksim Kozyarchuk wrote: > Do you have a sense of what it would take to make current trunk > of PythonNet compatible with Python 2.3? I added some code for Python 2.3. Please consider it mostly working but not officially supported by me. The clr.so and the examples in src/monoclr/ don't build due

Re: [Python.NET] PythonNet news

2007-07-30 Thread Christian Heimes
> 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'

Re: [Python.NET] PythonNet news

2007-07-30 Thread Maksim Kozyarchuk
, July 28, 2007 9:03 PM To: pythondotnet@python.org Subject: [Python.NET] PythonNet news Good evening Python for .NET users! I've a list of great news for you. In the past weeks I've spent some time in fixing and enhancing PythonNet. Summary: * My branch was merged into the trunk yesterd

[Python.NET] PythonNet news

2007-07-28 Thread Christian Heimes
Good evening Python for .NET users! I've a list of great news for you. In the past weeks I've spent some time in fixing and enhancing PythonNet. Summary: * My branch was merged into the trunk yesterday. Please use the trunk for future development. * PythonNet now works with Python 2.4 and 2.5