On Wednesday 11 October 2006 12:48, Carl Wenrich wrote:
> The installation of Numpy went well, and numeric.py is in the python
> site-packages/numpy/core directory. But when I run python, and enter import
> Numeric, it says no module named Numeric. Please advise.
import numpy
|