[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
en it comes to .Net2.0. I'm concerned more about which other functions i might implicitely call without knowing it, because of an ambiguity that does not exist in c# because of strong typed enums. Does someone know, if this problem is solved with 2.4, or maybe there is another python-t

[Python.NET] Bug with System.Diagnostics.Process.ProcessName and tcl

2005-03-02 Thread Steffen Guhlemann
Hi, I experienced some very strange bugs. Can someone help me? The affected Programm is mainly written in Python with a Tcl-Gui. Some part of the application logic lies in a c#-dll. Deep in this dll a function searches for a certain Process by its id: Process p=Process.GetProcessById(pid); Afte