On Dec 29, 2007 1:57 AM, Christopher Barker <[EMAIL PROTECTED]> wrote:
the names in the
> numpy module into this namespace. There is no name: "numpy" in the numpy
> module -- it's the name of the module itself. Try:
>
> import numpy
> numpy.__version__


so import numpy and from numpy import *
are different ?




-dikshie-
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to