This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rmason
Recipients rmason
Date 2008-02-07.15:05:49
SpamBayes Score 0.033084553
Marked as misclassified No
Message-id <1202396751.1.0.830265852808.issue2038@psf.upfronthosting.co.za>
In-reply-to
Content
The following test script works OK on all windows platforms apart from 
Windows Server 2003 R2:

import win32pdh
win32pdh.EnumObjects(None, None, 0, 1)

When I run on Windows Server 2003 R2 get the following dump:

E:\fusiondx\lib>test.py
Traceback (most recent call last):
  File "E:\fusiondx\lib\test.py", line 2, in <module>
    win32pdh.EnumObjects(None, None, 0, 1)
pywintypes.error: (-2147481648, 'EnumObjects for buffer size', 'No 
error message is available')
History
Date User Action Args
2008-02-07 15:05:51rmasonsetspambayes_score: 0.0330846 -> 0.033084553
recipients: + rmason
2008-02-07 15:05:51rmasonsetspambayes_score: 0.0330846 -> 0.0330846
messageid: <1202396751.1.0.830265852808.issue2038@psf.upfronthosting.co.za>
2008-02-07 15:05:50rmasonlinkissue2038 messages
2008-02-07 15:05:49rmasoncreate