Re: [Matplotlib-users] can't get started

2006-06-05 Thread Edin Salković
Hi all, On 6/3/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > matplotlib-0.87.2 requires numpy-0.9.6. You will get an error otherwise. I also had problems installing matplotlib with numpy on windows. Basicaly, I installed matplotlib, didn't create

Re: [Matplotlib-users] can't get started

2006-06-05 Thread Charlie Moad
On 6/3/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > >> I have just installed numpy-0.9.8, scipy-0.4.9, and > >> matplotlib-0.87.2 on a Windows machine with Python 2.

Re: [Matplotlib-users] can't get started

2006-06-03 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: >> I have just installed numpy-0.9.8, scipy-0.4.9, and >> matplotlib-0.87.2 on a Windows machine with Python 2.4.2. Charlie> matplotlib-0.87.2 requires numpy-0.9.6.

Re: [Matplotlib-users] can't get started

2006-06-02 Thread Charlie Moad
On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a > Windows machine with Python 2.4.2. matplotlib-0.87.2 requires numpy-0.9.6. You will get an error otherwise. ___ Matplotlib-us

Re: [Matplotlib-users] can't get started

2006-06-02 Thread Robert Kern
David S. wrote: > I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a > Windows machine with Python 2.4.2. > > When I import pylab, I get some Windows message box indicating an error in > multiarray.pyd and am kicked out of interactive Python. Please paste the exact er

[Matplotlib-users] can't get started

2006-06-02 Thread David S .
I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a Windows machine with Python 2.4.2. When I import pylab, I get some Windows message box indicating an error in multiarray.pyd and am kicked out of interactive Python. Thanks for any advice? Peace, David S. ___