|
From: Nguyen Q. C. <ngu...@ya...> - 2006-01-21 00:37:30
|
Dear Sir or Madam,
I have encountered an error when installing the gnuplot-py-1.7. I used cygwin and when performed setup, the message was as follows:
File "/cygdrive/d/Setup opensource/Python-related/gnuplot-py-1.7/PlotItems.py", line 26, in ?
import Numeric
ImportError: No module named Numeric
When I opened the PlotItems.py, the content was as follows:
import os, string, tempfile, types
try:
from cStringIO import StringIO
except ImportError:
from StringIO import StringIO
import Numeric
import gp, utils, Errors
# ... more codes
I am sure that I have installed Numeric module, as I can call it well from the interactive prompt:
PythonWin 2.4.2 (#67, Oct 30 2005, 16:11:18) [MSC v.1310 32 bit (Intel)] on win32.
Portions Copyright 1994-2004 Mark Hammond (mha...@sk...) - see 'Help/About PythonWin' for further copyright information.
>>> import Numeric
>>>
So could you tell me how to fix this error ? Thank you very much.
With best regard,
Q.C. Nguyen
---------------------------------
Yahoo! Photos Showcase holiday pictures in hardcover
Photo Books. You design it and well bind it! |