[Numpy-discussion] TypeError: 'module' object is not callable

Jankins andyjian430074 at gmail.com
Mon Jan 11 18:44:59 EST 2010


Hello,

I want to use scipy.sparse.linalg.eigen function, but it keeps popping 
out error message:
TypeError: 'module' object is not callable

"eigen" is a module, but it has "__call__" method. Why couldn't I call 
scipy.sparse.linalg.eigen(...)?

Thanks.

Jankins



More information about the NumPy-Discussion mailing list