Re: [python-win32] win32pdh problems

2006-02-06 Thread Tim Golden
[Frank Günther] | I use win32pdh and EnumObjectsItems ... to get pids for | application name. | Has anyone a suggestion for implementing this in a different way? Well, assuming that all you want is a PID (or a list of them) for a given application name, you can do it with WMI. I don't know if i

[python-win32] win32pdh problems

2006-02-06 Thread Frank Günther
Hi,   I use win32pdh and EnumObjectsItems … to get pids for application name. By importing win32pdh or calling win32pdh.EnumObjectItems I get several strange hard to find problems on some machines. The problems occur only on few machines (XP and NT)! 1.)    the float separator is chang