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 ca

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 ct

[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

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

2005-11-15 Thread Tim Roberts
On Mon, 14 Nov 2005 16:42:51 +0100, J?rgen Kareta <[EMAIL PROTECTED]> wrote: >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

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 followin

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

[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

RE: [python-win32] Error message?

2005-01-20 Thread Mark Hammond
> I got the following error message in stepping through a > Python 2.2 script. > Can anyone shed some light for me on what it means? I am new > to Python. This is an old bug in Pythonwin. Upgrade to build 203 from sourceforge.net/projects/pywin32, and that particular error should go away. Mark

[python-win32] Error message?

2005-01-20 Thread David Kelly
I got the following error message in stepping through a Python 2.2 script. Can anyone shed some light for me on what it means? I am new to Python. PythonWin 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on win32. Portions Copyright 1994-2001 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/