Re: [Matplotlib-users] Matplotlib window not showing anymore

2012-06-20 Thread Benjamin Root
On Wed, Jun 20, 2012 at 6:12 AM, mogliii wrote: > Hi, > > on the computer where it does not work the backend is 'agg'. In a > virtual machine, where it works, the backend shows 'TkAgg' > > Now on the machine it does not work I run the following: > > >>> import matplotlib > >>> matplotlib.use('TkA

Re: [Matplotlib-users] Matplotlib window not showing anymore

2012-06-20 Thread mogliii
Hi, on the computer where it does not work the backend is 'agg'. In a virtual machine, where it works, the backend shows 'TkAgg' Now on the machine it does not work I run the following: >>> import matplotlib >>> matplotlib.use('TkAgg') >>> import matplotlib.pyplot as plt ImportError: cannot imp

Re: [Matplotlib-users] Matplotlib window not showing anymore

2012-06-19 Thread Goyo
2012/6/19 Goyo : >> I think it normally shouldn't give the object ID. > > Yes, it should. > Sorry, not an "object ID" but a string representation of the returned object. -- Live Security Virtual Conference Exclusive live

Re: [Matplotlib-users] Matplotlib window not showing anymore

2012-06-19 Thread Goyo
2012/6/19 Mogliii : > Hi, > > Kubuntu 12.04 with python 2.7 and matplotlib 1.1.1 > > Suddenly the matplotlib window does not open anymore. I tried from > konsole with pyton, ipython and also from eclipse with pydev. Last time > I know it worked was maybe 5 days ago, haven't tried since then. > > In

[Matplotlib-users] Matplotlib window not showing anymore

2012-06-19 Thread Mogliii
Hi, Kubuntu 12.04 with python 2.7 and matplotlib 1.1.1 Suddenly the matplotlib window does not open anymore. I tried from konsole with pyton, ipython and also from eclipse with pydev. Last time I know it worked was maybe 5 days ago, haven't tried since then. In ipython --pylab it looks like this