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

2013-01-28 Thread Radu Savutiu
Hi all, I have multiple scripts in which i used win32gui.EnumWindows. So far they all worked - but now it seems they pause on this call to EnumWindows. I suspect this has nothing to do with pythoncom, as I use CoInitialize there and it works. Any ideas? __

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

2013-01-28 Thread Tim Golden
On 28/01/2013 15:34, Radu Savutiu wrote: > I have multiple scripts in which i used win32gui.EnumWindows. > So far they all worked - but now it seems they pause on this call to > EnumWindows. > > I suspect this has nothing to do with pythoncom, as I use CoInitialize > there and it works. It's not

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

2013-01-28 Thread Tim Roberts
Radu Savutiu wrote: > > I have multiple scripts in which i used win32gui.EnumWindows. > So far they all worked - but now it seems they pause on this call to > EnumWindows. > > I suspect this has nothing to do with pythoncom, as I use CoInitialize > there and it works. No, it has nothing to do with

[python-win32] OpenDataSource failed in ms-word-mail-merge-automation

2013-01-28 Thread Hsu. Victor (GSM)
Hi, I am trying to use this python sample code to create automatic daily report. http://bytes.com/topic/python/answers/165364-ms-word-mail-merge-automation but I always failed to open the data source in CSV file. Is this python issue or Windows COM version issue? Anyone knows this? F:\p