[pywin32-bugs] [ pywin32-Bugs-1075871 ] Error calling win32gui.GetActiveWindow()
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2004-11-30 09:37:52
|
Bugs item #1075871, was opened at 2004-11-30 10:37 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=1075871&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Thomas Schmid (scth2000) Assigned to: Nobody/Anonymous (nobody) Summary: Error calling win32gui.GetActiveWindow() Initial Comment: When i call win32gui.GetActiveWindow() from the PythonWin IDE, the call succeeds. But if i call win32gui.GetActiveWindow() from anywhere else (PyDev within Eclipse, VisualPython, Python in CommandShell), the call fails with following error message: Traceback (most recent call last): File "<stdin>", line 1, in ? pywintypes.error: (0, 'GetActiveWindow', 'No error message is available') I'm using win32all build 163 WinXP ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1075871&group_id=78018 |