Sven Schreiber <[EMAIL PROTECTED]> writes:
>
> Sure, but Seweryn used the same import statement from scipy and never
> explicitly referred to numpy, so there must be some subtle import voodoo
> going on. Or did you not show us everything, Seweryn?

It's all ok now, It was my mistake. The problem was that in ipython I
typed "from scipy import linalg" which is wrong and being surprised by the
output I open python shell and tried different combinations of import,
among others "from scipy import *" and this is the reason of the
difference. So now in ipython I get the same output when typing
help(linalg.eig).
Sorry for bothering you,
regards,
SK


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to