From: Seweryn K. <sk...@po...> - 2006-11-14 10:01:45
|
Sven Schreiber <sve...@gm...> 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 |