[Python.NET] Testers for new branch wanted
Christian Heimes
lists at cheimes.de
Mon Jul 9 01:41:29 CEST 2007
Hello PythonNet users!
I'm making good progress in my
https://pythonnet.svn.sourceforge.net/svnroot/pythonnet/branches/clr-2.0-python-2.5-branch/
branch. I'm finally at a point where I need people with real life
applications to test my branch.
Although the branch is named python 2.5 it contains code for Python 2.4
and is even prepared for Python 2.6 (untested yet). The target version
is configured over define symboles PYTHON24, PYTHON25 or PYTHON26. The
makefile is pretty self explaining. The settings in my new VS C#
solution file are explained in VS_README.txt.
The branch also fixes some code related to Python 2.4, mostly
overloading related code. Managed methods with params and overloading
with implicit types are still broken. I'm not sure if I'm going to
implement the features. I don't need it for my project and my knowledge
of CLR and C# is too limited yet.
Important changes and fixes:
* Python 2.5 compatible
* New preload switch (turn preloading on or off by setting clr.preload
to True or False)
* New VS solution and project files
* Unit test enhancements
Christian
More information about the PythonDotNet
mailing list