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


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to