[python-win32] found bug in pyhtonwin (with workaround)

2005-03-24 Thread michael.erhart
Title: found bug in pyhtonwin (with workaround) Hi, I have found a bug in pyhtonwin. Sometimes pyhtonwin allocate about 1000 Toolbars and need about 5000 windows-user-objects. So some other programs didn't work at the same time (like outlook) A workaround is to set the toolbar size in t

[python-win32] How to get McMillan Installer accept win32gui?

2005-03-24 Thread Pierre Rouleau
Hi all! I have been using the McMillan Installer for some time even though Gordon McMillan site is no longer up. I am using version 5b5. It has been working fine up until I updated a module to import win32gui. The Python scripts works fine but the executable created by the McMillan Installer fa

[python-win32] Re: How to get the main window handle of an application started with win32process.CreateProcess() ?

2005-03-24 Thread Pierre Rouleau
Thanks to Thomas Heller and Roel Schroeven for the help! Here's a summary for a method I used to close an application from another, knowing only the process ID. The method is not ideal because the running child might have some dialog open. Ideally, some IPC mechanism should be used to request