[pywin32-bugs] [ pywin32-Bugs-1888859 ] fails on windows server 2003 R2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-07 16:25:41
|
Bugs item #1888859, was opened at 2008-02-07 21:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1888859&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: bimal (bimalbiswal123) Assigned to: Nobody/Anonymous (nobody) Summary: fails on windows server 2003 R2 Initial Comment: The following code works ok on any windows version except windows server 2003 R2. import win32pdh >>> win32pdh.EnumObjects(None, None, 0, 1) Here is the traceback Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> win32pdh.EnumObjects(None, None, 0, 1) error: (-2147481648, 'EnumObjects for buffer size', 'No error message is available') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1888859&group_id=78018 |