Re: [Matplotlib-users] Ipython and python2.5

2007-03-18 Thread Fernando Perez
On 1/26/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > On 1/25/07, Alan G Isaac <[EMAIL PROTECTED]> wrote: > > On Wed, 24 Jan 2007, Fernando Perez apparently wrote: > > > Let us know if this is not enough or if you have any other issues. > > > > How about for Windows users? You list as dependenci

Re: [Matplotlib-users] Ipython and python2.5

2007-02-21 Thread Samuel M. Smith
> > > tar -xvzf ipython-0.7.3.tar.gz > cd ipython-0.7.3 > python2.5 setup.py build > sudo python2.5 setup.py install > works without complaint matplotlib 0.90.0 and python 2.5 on OS X 10.4.8 Thanks - Take Surveys. Earn Ca

Re: [Matplotlib-users] Ipython and python2.5

2007-01-26 Thread Fernando Perez
On 1/25/07, Alan G Isaac <[EMAIL PROTECTED]> wrote: > On Wed, 24 Jan 2007, Fernando Perez apparently wrote: > > Let us know if this is not enough or if you have any other issues. > > How about for Windows users? You list as dependencies: > > # PyWin32 from http://starship.python.net/crew/mhammond

Re: [Matplotlib-users] Ipython and python2.5

2007-01-26 Thread Dave
Alan G Isaac <[EMAIL PROTECTED]> writes: > So I installed PyWin32 as above, and PyReadline. I do NOT > see IPython in my Start Menu nor when I look at > Install/Uninstall programs. I do see an IPython folder in > Lib/site-packages, so I guessed I should call Shell.py, but > this is either a

Re: [Matplotlib-users] Ipython and python2.5

2007-01-25 Thread Alan G Isaac
On Wed, 24 Jan 2007, Fernando Perez apparently wrote: > Let us know if this is not enough or if you have any other issues. How about for Windows users? You list as dependencies: # PyWin32 from http://starship.python.net/crew/mhammond But that link is broken. Can we just use pywin32-

Re: [Matplotlib-users] Ipython and python2.5

2007-01-24 Thread Fernando Perez
Hi Samuel, On 1/24/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote: > I couldn't find an answer on the iPython web site, does anyone know > if iPython works with > python 2.5. I assume I have to rebuild from source on OS X with > python 2.5 installed. > I have installed python 2.5 but when I run iPy

[Matplotlib-users] Ipython and python2.5

2007-01-24 Thread Samuel M. Smith
I couldn't find an answer on the iPython web site, does anyone know if iPython works with python 2.5. I assume I have to rebuild from source on OS X with python 2.5 installed. I have installed python 2.5 but when I run iPython is runs python 2.4. **