From: Tom M. <tom...@st...> - 2003-12-23 16:04:19
|
Hello, I've got a problem with the installation of gnuplot-py. I tried to install gnuplot-py like in the README file or on the webpage: 1. Download gnuplot-py-1.7.tar.gz 2. Extract the archive to a temporary directory. I used tar -xvf gnuplot-py-1.7.tar.gz 3. Install by changing to the directory and typing "python setup.py install". When I gave the command python setup.py install , the computer gave this output : Traceback (most recent call last): File "setup.py", line 17, in ? from __init__ import __version__ File "__init__.py", line 167, in ? from PlotItems import PlotItem, Func, File, Data, GridData File "PlotItems.py", line 26, in ? import Numeric ImportError: No module named Numeric I don't know what the problem is. Has somebody been having the same problem ? Best regards, Tom |