Le mercredi, 20 nov 2002, � 22:11 Europe/Paris, Matt Stephenson a �crit :
Manuel Bardi�s wrote:
gnuplot-py-1.6/utils.py
gnuplot-py-1.6/PKG-INFO
python setup.py build
Traceback (most recent call last):
File "setup.py", line 25, in ?
from __init__ import __version__
File "__init__.py", line 177, in ?
from PlotItems import PlotItem, Func, File, Data, GridData
File "PlotItems.py", line 34, in ?
import Numeric
ImportError: No module named Numeric
Do you have numeric installed??? Try 'fink install numeric' then try installing gnuplot-py again.
OK I did that.
It worked.
Thank you very much :)
Manuel
