> 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
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
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,