[python-win32] Error calling win32pdh.EnumObjectItems

Mark Hammond mhammond at skippinet.com.au
Tue Nov 29 05:45:48 CET 2005


It looks like you have an old win32all version (it looks like it was fixed
in win32all-154).  This should be fixed in all pywin32 versions available
from sourceforge.

Mark

> -----Original Message-----
> From: python-win32-bounces at python.org
> [mailto:python-win32-bounces at python.org]On Behalf Of Rogelio Flores
> Sent: Tuesday, 29 November 2005 10:04 AM
> To: python-win32 at python.org
> Subject: [python-win32] Error calling win32pdh.EnumObjectItems
>
>
> Can anyone tell me what this error message means?
>
> >>> win32pdhutil.ShowAllProcesses()
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "c:\...\win32pdhutil.py", line 67, in ShowAllProcesses
>     items, instances = win32pdh.EnumObjectItems(None,None,object,
> win32pdh.PERF_
> DETAIL_WIZARD)
> pywintypes.api_error: (-2147481646, 'EnumObjectItems for buffer
> size', 'No error
>  message is available')
>
>
> Thanks.
> _______________________________________________
> Python-win32 mailing list
> Python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32



More information about the Python-win32 mailing list