Re: [python-win32] monitoring application controls...

2005-11-14 Thread Tim Roberts
On Sat, 12 Nov 2005 12:40:03 -0700, "Brian Jarrett" <[EMAIL PROTECTED]> wrote: > >I'm currently researching ways to use Python to monitor the state, data, >and events associated with controls (comboboxes, editboxes, etc.) using >Python and the win32 extensions. I'd like to write a script that w

[python-win32] error message after many win32pipe.popen calls

2005-11-14 Thread Jürgen Kareta
Hi all, currently I'm testing a scipt which converts many (>500) ps files to pdf. I use ghostscript and the conversion is done by win32pipe.popen( ps2pdf.bat inputfile outputfile). I got the following error message, but it seems that all files were correctly converted: Traceback (most recent c