Hello All,<br>Newbie here.  <br>Using Mac 10.4.11; Intel Core 2; Python 2.6.5; [GCC 4.0.1 (Apple Inc. build 5493)] on darwin<br><br>I have downloaded gnuplot, scipy, numpy, and the demo.py file from which one can glean utility on how to use gnuplot commands from within python.  I managed to get this working once, and my issue seemed to be related to my PATH variable.  I.E., the PATH was incorrect, and thus the demo file would not work.  I did copy the path variable from that session, but once I closed the terminal, despite resetting the PATH, I can't quite get this demo file to work again.  I'm pretty sure this is something simple to rectify, but I can't quite figure it out.  Thus:<br>
<br>steve-computer:/Applications/Python_2.6/site-packages ssands$ cd gnuplot-py-1.8<br>steve-computer:/Applications/Python_2.6/site-packages/gnuplot-py-1.8 ssands$ python demo.py<br>gnuplot> set terminal aqua<br>gnuplot> set title "A simple example"<br>
gnuplot> set data style linespoints<br>sh: line 1: gnuplot: command not found<br>Traceback (most recent call last):<br>  File "demo.py", line 110, in <module><br>    demo()<br>  File "demo.py", line 33, in demo<br>
    g.plot([[0,1.1], [1,5.8], [2,3.3], [3,4.2]])<br>  File "/Applications/Python_2.6/site-packages/Gnuplot/_Gnuplot.py", line 285, in plot<br>    self.refresh()<br>  File "/Applications/Python_2.6/site-packages/Gnuplot/_Gnuplot.py", line 226, in refresh<br>
    self(self.plotcmd + ' ' + string.join(plotcmds, ', '))<br>  File "/Applications/Python_2.6/site-packages/Gnuplot/_Gnuplot.py", line 210, in __call__<br>    self.gnuplot(s)<br>  File "/Applications/Python_2.6/site-packages/Gnuplot/gp_macosx.py", line 144, in __call__<br>
    self.flush()<br>IOError: [Errno 32] Broken pipe<br>^Z<br>[1]+  Stopped                 python demo.py<br clear="all"><br>Just so folks are aware, I have tried discussing this with the Python community, they suggested I speak with the Unix community.<br>
Any suggestions/help would be greatly appreciated.  Thanks in advance.<br><br>Best regards,<br><br>Steve<br><br><br>