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?
__
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
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
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