|
From: John B. <bb...@ya...> - 2004-01-06 23:26:00
|
Hello,
Thanks for Gnuplot.py!
The following is not a problem in 1.5:
>>> import Gnuplot
>>> g = Gnuplot.Gnuplot()
>>> g('test')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py",
line 199, in __call_
_
self.gnuplot(s)
File
"C:\Python23\Lib\site-packages\Gnuplot\gp_win32.py",
line 125, in __call_
_
self.write(s + '\n')
IOError: [Errno 22] Invalid argument
>>>
Python 3.2.3
Numeric 23.1
Gnuplot.py 1.7
gnuplot 3.8j
win 2k
--jab
=====
John Bollinger, CFA, CMT
www.BollingerBands.com
If you advance far enough, you arrive at the beginning.
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
|