What's wrong? start python shell;
from numpy import sin => all ok from numpy import repmat => Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name repmat D. _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
