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

2005-03-09 Thread Brian Lloyd
EMAIL PROTECTED] V.P. Engineering 540.361.1716 Zope Corporation http://www.zope.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Steffen Guhlemann > Sent: Wednesday, March 02, 2005 1:16 PM > To: [email protected] > Subj

[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