Could you include some code around line 39 in demo.py?

Also, you could try to comment out the stuff before that point, and see if the demo runs that far.

Paul.


hi
i want to use gnuplot with python
i installed it  seemingly successfully
but when i try to run demo.py it gives the following error


Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\Gnuplot\demo.py", line 113, in ?
    demo()
File "C:\Python23\Lib\site-packages\Gnuplot\demo.py", line 39, in demo
    g.reset()
File "C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py", line 355, in reset
    self('reset')
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')


im using python23 & gnuplot1.7

please help

From Chandigarh to Chennai - find friends all over India. Click here.--
http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to