[Pythonmac-SIG] gnuplot.py on osx

kevin parks kevin at macosx.com
Wed Oct 20 12:47:00 CEST 2004


hi... I downloaded and installed the gnuplot, gnuplot.py and aquaterm  
stuff from sourceforge and have teh Panther addons, etc. I get the  
following after the python ./setup.py install dance when i try to run  
the gnuplot-py-1.7 demo.py

I wonder, where did i screw up? Is it my Python that is not cool, or  
have i messed up on the gnuplot side? I am not sure how to interpret  
what i have printed there below

cheers

kevin




snowcat:~/gnuplot-py-1.7 kevin$ python ./demo.py
sh: line 1: gnuplot: command not found
Traceback (most recent call last):
   File "./demo.py", line 113, in ?
     demo()
   File "./demo.py", line 31, in demo
     g = Gnuplot.Gnuplot(debug=1)
   File  
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
python2.3/site-packages/Gnuplot/_Gnuplot.py", line 188, in __init__
     self('set terminal %s' % (gp.GnuplotOpts.default_term,))
   File  
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
python2.3/site-packages/Gnuplot/_Gnuplot.py", line 199, in __call__
     self.gnuplot(s)
   File  
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
python2.3/site-packages/Gnuplot/gp_macosx.py", line 136, in __call__
     self.flush()
IOError: [Errno 32] Broken pipe



More information about the Pythonmac-SIG mailing list