Re: [Numpy-discussion] Error importing from numpy.matlib

2008-01-05 Thread Steve Lianoglou
> This is the behaviour you'd get if the module's __all__ attribute > lists objects which don't exist in the module. Looks like a regression > in r4659; fixed in SVN now as r4674. Thanks! -steve ___ Numpy-discussion mailing list Numpy-discussion@scipy.o

Re: [Numpy-discussion] Error importing from numpy.matlib

2008-01-05 Thread David M. Cooke
On Jan 3, 2008, at 18:29 , Steve Lianoglou wrote: > > Anyway, somewhere in my codebase (for a long time now) I'm doing: > > from numpy.matlib import * > > Now, when I try to use this code, or just type that in the > interpreter, I get this message: > > AttributeError: 'module' object has no attribu

[Numpy-discussion] Error importing from numpy.matlib

2008-01-03 Thread Steve Lianoglou
Hi all, I can't figure out why this is happening ... I just recently recompiled numpy/scipy from svn just for the heck of it. Anyway, somewhere in my codebase (for a long time now) I'm doing: from numpy.matlib import * Now, when I try to use this code, or just type that in the interpreter,