[Numpy-discussion] Error importing from numpy.matlib

Steve Lianoglou lists.steve at arachnedesign.net
Thu Jan 3 18:29:03 EST 2008


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, I get this message:

AttributeError: 'module' object has no attribute 'pkgload'

This doesn't happen when I do:

import numpy.matlib as M

Anyway, can anyone shed some light on this?

Thanks,
-steve



More information about the NumPy-Discussion mailing list