[python-win32] win32pdhutil.ShowAllProcesses() fails

Charles BROSSOLLET cbrossollet at imagine-optic.com
Fri Jul 14 19:15:55 CEST 2006


Hello,
 
I cannot manage to use the ShowAllProcesses() function, it returns the following error :
 
>>> win32pdhutil.ShowAllProcesses()
Traceback (most recent call last):
  File "<input>", line 1, in ?
  File "C:\Python24\Lib\site-packages\win32\lib\win32pdhutil.py", line 95, in ShowAllProcesses
    items, instances = win32pdh.EnumObjectItems(None,None,object, win32pdh.PERF_DETAIL_WIZARD)
error: (-1073738824, 'EnumObjectItems for buffer size', 'No error message is available')

I'm using ActivePython 2.4.3 with win32all build 208, on WinXP SP2.
 
Thanks in advance for your support!
 
Charles Brossollet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20060714/9d4b73e2/attachment.htm 


More information about the Python-win32 mailing list