[python-win32] RE : win32pdhutil.ShowAllProcesses() fails

Roger Upole rwupole at msn.com
Sat Jul 15 18:58:46 CEST 2006


Charles BROSSOLLET wrote:

> when I looked again in the archives, I looks that people who have the problem are on non-english OSes... Maybe it is related?
> Cheers
> Charles

According to this:
http://support.microsoft.com/kb/q287159/
the solution for non-English Windows is to find
the index for the english term in the registry, and then use
PdhLookupPerfNameByIndex (win32pdh.LookupPerfNameByIndex)
to translate the index to the localized name.

       Roger




More information about the Python-win32 mailing list