[Python.NET] Python 2.6 support

2008-05-30 Thread Christian Heimes
Hello PythonDotNET users! I've committed some chances to the svn trunk. PythonDotNET now works with Python 2.6 again. None of the new features like bytearray, version tags and the new buffer interface are supported, though. Christian _ Python.NET m

Re: [Python.NET] Python.Net with Boa under Linux

2008-05-30 Thread Joe Frayne
Hi Serge, I got it working with Python2.5 and Mono 1.9 on MacOSX 10.5.2, but I think it is broken again under Mono 1.9.1. I checked in all my changes, but no new package has been created, so you have to rebuild everything yourself (which it sounds like you are doing). Here's what I did f

[Python.NET] Python.Net with Boa under Linux

2008-05-30 Thread Serge Gauthier
I currently use Python 2.5, Boa constructor 0.6.1 under Windows and Linux Mandrake. On a motion control CPU card, running Linux on Power PC, there is a Mono, C# dll server. To communicate with under Windows XP, I had to recompile the Python-Runtime project with VS C#. It works now fine under Boa