Re: [python-win32] win32gui.EnumWindows does not work on worker threads

2013-02-06 Thread Radu Savutiu
I appreciate answers received, however none worked for me. It turned out replacing win32gui.EnumWindows with ctypes.windll.user32.EnumWindows - and then it worked. Maybe there is an error with win32gui's implementation? The code is really vast, I can't post it. On Mon, Jan 28, 2013 at 5:34 PM,

Re: [python-win32] win32gui.EnumWindows does not work on workerthreads

2013-02-06 Thread Roger Upole
What version of Pywin32 are you running ? There was a recent change to fix a problem with win32gui.EnumWindows in build 218. Roger "Radu Savutiu" wrote in message news:cabjn2yikltakugglr7fmh2gbc7vu+ohf_gac8kp3iywnw3y...@mail.gmail.com... >I appreciate answers received, however none worke

[python-win32] pythonwin not catching all events

2013-02-06 Thread Johannes Frank
Hello Newsgroup, I am currently programming ProgeCAD an AutoCAD Clone and having difficulties catching all events. My code: import win32com.client import pythoncom,pywintypes import time import tkFileDialog import tkSimpleDialog import IntelliCAD import sys icad_CLSID = '{77E49E57-976B-11CF-8CC