From: mattia p. <ma...@cs...> - 2008-04-28 22:44:31
|
Hello, I am a windows user and I need to make 2D-3D graphs. I used python to manage the data so I thought to integrate python with gnuplot. Surfing on the internet, I found the popular module gnuplot-py. To install gnuplot-py, "Numeric" module is required. But the site I found was about "num-py" an upgrade of Numeric and I installed it. But gnuplot-py does require "Numeric". So I tried to download Numeric and install it, but Numeric does not install on Python 2.5 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? Thank you. /MP |