Re: [python-win32] Error message....

2005-12-21 Thread Tim Roberts
On Tue, 20 Dec 2005 11:05:12 -0800, I wrote: On Mon, 19 Dec 2005 08:58:17 -0500, [EMAIL PROTECTED] wrote: I am trying to use the OSISoft PI (Plant Information) API to collect data about processes within our facility, however, when I try to connect to the PI server using their API calls, I

Re: [python-win32] Error message....

2005-12-20 Thread Tim Roberts
On Mon, 19 Dec 2005 08:58:17 -0500, [EMAIL PROTECTED] wrote: I am trying to use the OSISoft PI (Plant Information) API to collect data about processes within our facility, however, when I try to connect to the PI server using their API calls, I get the following error from ctypes import *

[python-win32] Error message....

2005-12-19 Thread eric . powell
Hello all! I am trying to use the OSISoft PI (Plant Information) API to collect data about processes within our facility, however, when I try to connect to the PI server using their API calls, I get the following error from ctypes import * PiAPI=windll.piapi32 valid = 0 status =

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

2005-11-16 Thread Jürgen Kareta
Hi Tim, thanks for your suggestions. Does it fail if you run it outside of Pythonwin? No it doesn't. So I can ignore this error, as the script will normally run outside Pythonwin. Are you sure you're closing all of the pipes properly before starting a new one? Yes, I explicitly close the

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

2005-11-15 Thread Bill Burns
[Jürgen wrote] 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:

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

2005-11-15 Thread Jürgen Kareta
Hi Bill, thanks for your help, it works for me too :-) Jürgen [Jürgen wrote] 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