Hi, I'm using win32pdhutil.FindPerformanceAttributesByName in order to know if 'explorer.exe' is running or not. Sometimes I get this error : """ File "win32pdhutil.pyc", line 97, in FindPerformanceAttributesByName
File "win32pdhutil.pyc", line 60, in GetPerformanceAttributes pywintypes.error: (-2147481643, 'CollectQueryData', 'No error message is available') """ I've googled for "2147481643" but didn't find interesting pages. Can someone explain me what's happening ? I'm using the latest py-win32 for python 2.5. K. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32