Re: [Numpy-discussion] why the difference between ipython and python shell?

2006-11-14 Thread Seweryn Kokot
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 wa

Re: [Numpy-discussion] why the difference between ipython and python shell?

2006-11-14 Thread Sven Schreiber
Charles R Harris schrieb: > In [1]: from scipy import linalg > > In [2]: help(linalg.eig) > > > >>> from scipy import linalg > >>> help(linalg.eig) > > Help on function eig in module scipy.linalg.decomp: > > > I expect scipy.linalg and numpy.linalg are different modules co

Re: [Numpy-discussion] why the difference between ipython and python shell?

2006-11-13 Thread Charles R Harris
On 11/13/06, Seweryn Kokot <[EMAIL PROTECTED]> wrote: Hello,Why ipython and python interactive shell give two different information?--- ipythonPython 2.4.4 (#2, Oct 20 2006, 00:23:25)Type "copyright", "credits" or "license" for more information. IPython 0.7.2 -- An enhanced Interactive Python.?

[Numpy-discussion] why the difference between ipython and python shell?

2006-11-13 Thread Seweryn Kokot
Hello, Why ipython and python interactive shell give two different information? --- ipython Python 2.4.4 (#2, Oct 20 2006, 00:23:25) Type "copyright", "credits" or "license" for more information. IPython 0.7.2 -- An enhanced Interactive Python. ? -> Introduction to IPython's features. %m