[Python.NET] requesting a certain .Net-Version

2005-08-09 Thread Steffen Guhlemann
Hi again, is there a way to request Python to bind to a certain .Net-Runtime-Version (e.g. 1.1 in the presense of the 2.0-beta)? There are certain incompabilites for instance with fonts, so it would be usefull not just to bind against the latest version but to self determine the version. especiall

[Python.NET] problem with strong typed .net-enums

2005-08-09 Thread Steffen Guhlemann
Hi, by bad chance i experienced a strange and buggy treatening of .Net-Enums in Python, that causes headache: (i use Python 2.3, so if this is fixed in 2.4, please just tell me) In Python .Net-enums lose their typeinformation and get simple ints, so when used in overloaded functions they work by