[Numpy-discussion] loading Numeric module
Daniel Sheltraw
sheltraw at unm.edu
Wed Jul 27 11:28:09 CDT 2005
Hello all
When I try doing a "from Numeric import *" at the Python
command line I get
the error message "ImportError: No module named Numeric"
so obviously
the module is not in the path known to command line
Python. However when
the same import statement is part of a Python script file
the module is
found correctly. How do I fix this? Is there a way to give
the full path
within the import statement (when I try I get a syntax
error message)?
Thanks,
Daniel
More information about the Numpy-discussion
mailing list