From: John K. P. <par...@sp...> - 2008-04-29 02:34:52
|
> So the question is: what should I do? > gnuplot-py requires Numeric which requires python 2.4 > > Isn't there a way to make gnuplot-py working with the new "num-py" > module and so with python 2.5? The version of Gnuplot.py in SVN replaces Numeric with numpy. It hasn't been turned into a release yet, but if you can download the latest subversion trunk (there should be information on how to do this from the sourceforge page), it should work just fine with numpy. John |