[python-win32] error message after many win32pipe.popen calls
Jürgen Kareta
python at kareta.de
Mon Nov 14 16:42:51 CET 2005
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 call last):
File
"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\editor\document.py",
line 301, in Run
win32api.PostMessage(self.hwnd, MSG_CHECK_EXTERNAL_FILE, 0, 0)
pywintypes.error: (1816, 'PostMessage', 'Nicht gen\xfcgend Quoten
verf\xfcgbar, um diesen Befehl zu verarbeiten.')
win32ui: Run() virtual handler (<bound method FileWatchingThread.Run of
<pywin.framework.editor.document.FileWatchingThread instance at
0x06A45878>>) raised an exception
Is there a way to avoid this error ? (win2k, py2.4.1, pywin205)
thanks in advance
Jürgen
More information about the Python-win32
mailing list