Re: [Numpy-discussion] Newbie Questio: Unused in wild import

2007-04-13 Thread Robert Kern
Víctor A. Rodríguez wrote: > Hi all, > > I'm really new to Python and SciPy and having a strange problem. > I've installed Python 2.5 on Windows, numpy (last version), Eclipse 3.2 > and latest PyDev extensions. > > When importing numpy ("from numpy import *") the next warning is issued : > > Unu

Re: [Numpy-discussion] Newbie Questio: Unused in wild import

2007-04-13 Thread Steve Lianoglou
Hi Víctor, > I'm really new to Python and SciPy and having a strange problem. > I've installed Python 2.5 on Windows, numpy (last version), Eclipse > 3.2 > and latest PyDev extensions. > > When importing numpy ("from numpy import *") the next warning is > issued : > > Unused in wild import: fr

[Numpy-discussion] Newbie Questio: Unused in wild import

2007-04-13 Thread Víctor A. Rodríguez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm really new to Python and SciPy and having a strange problem. I've installed Python 2.5 on Windows, numpy (last version), Eclipse 3.2 and latest PyDev extensions. When importing numpy ("from numpy import *") the next warning is issued : U