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