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
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
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 =
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
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
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
[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
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
> 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
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/
10 matches
Mail list logo