I seem to be throwing an error with python interperting
"numeric_version" as an actual module. I was thinking about changing
the install script, but know that I must be doing something else wrong
to begin with. Any ideas?
Thanks,
Conor
[gremlins:~/desktop/gnuplot-py-1.7] conorrob% python setup.py install
Traceback (most recent call last):
File "setup.py", line 17, in ?
from __init__ import __version__
File "/Users/conorrob/Desktop/gnuplot-py-1.7/__init__.py", line 167, in ?
from PlotItems import PlotItem, Func, File, Data, GridData
File "/Users/conorrob/Desktop/gnuplot-py-1.7/PlotItems.py", line 26, in ?
import Numeric
File "/Users/conorrob/Library/Python/2.4/site-packages/Numeric/Numeric.py=
",
line 87, in ?
import numeric_version
ImportError: No module named numeric_version
[gremlins:~/desktop/gnuplot-py-1.7] conorrob%
|