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
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to