Re: [Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Sandro Tosi
On Fri, Oct 24, 2008 at 13:43, Angus McMorland <[EMAIL PROTECTED]> wrote: > 2008/10/24 Lorenzo Isella <[EMAIL PROTECTED]>: >> I am running Debian testing on my box. I had not used Python for about >> a couple of weeks (during which I updated my system regularly) only to >> find out that today I hav

Re: [Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Lorenzo Isella
Perfect; that saved my day. Many thanks Lorenzo 2008/10/24 Angus McMorland <[EMAIL PROTECTED]>: > 2008/10/24 Lorenzo Isella <[EMAIL PROTECTED]>: >> Dear All, >> I am running Debian testing on my box. I had not used Python for about >> a couple of weeks (during which I updated my system regularly)

Re: [Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Angus McMorland
2008/10/24 Lorenzo Isella <[EMAIL PROTECTED]>: > Dear All, > I am running Debian testing on my box. I had not used Python for about > a couple of weeks (during which I updated my system regularly) only to > find out that today I have a trouble if I try to import pylab. See > below what happens > >

[Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Lorenzo Isella
Dear All, I am running Debian testing on my box. I had not used Python for about a couple of weeks (during which I updated my system regularly) only to find out that today I have a trouble if I try to import pylab. See below what happens In [1]: import pylab as p --