python 3.3.2, everything else is whatever Ubuntu 14.04 amd64 uses in its latest 
updates.

kbriggs:~> cat bug.py 
#!/usr/bin/env python3
from matplotlib import pyplot as plt
plt.matshow([[0.0]])

kbriggs:~> ./bug.py 
Error in atexit._run_exitfuncs:
AttributeError: 'FigureManagerGTK3Cairo' object has no attribute 'canvas'



________________________________________
From: Thomas Caswell [tcasw...@gmail.com]
Sent: 15 September 2014 13:38
To: Briggs,KM,Keith,TUB2 R
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] Error in atexit._run_exitfuncs

What versions of things are you using (python, mpl, gtk, gtk's python
bindings, and cairo) and how did you install them?

Can you also include the full backtrace?

On Mon, Sep 15, 2014 at 8:28 AM,  <keith.bri...@bt.com> wrote:
> How's this for minimal?
>
> from matplotlib import pyplot as plt
> plt.matshow([[0.0]])
>
> It crashes with the FigureManagerGTK3Cairo error.
> Keith
>
>
> -----Original Message-----
> From: Thomas Caswell [mailto:tcasw...@gmail.com]
> Sent: 15 September 2014 13:23
> To: Briggs,KM,Keith,TUB2 R
> Cc: matplotlib-users@lists.sourceforge.net
> Subject: Re: [Matplotlib-users] Error in atexit._run_exitfuncs
>
> Can you provide a minimal example that will trigger the bug?
>
> From the description you have given we don't have enough information to 
> diagnose the problem.
>
> Ben thinks this is related to some long-standing issues, if you could help us 
> track them down it would be greatly appreciated.
>
> Tom
>
> On Mon, Sep 15, 2014 at 7:19 AM, keithbriggs <keith.bri...@bt.com> wrote:
>> I am still getting this error, this time with matplotlib.pyplot.matshow, and
>> I do not get any plot.   This bug really needs to be fixed!
>>
>>
>>
>> --
>> View this message in context:
>> http://matplotlib.1069221.n5.nabble.com/Error-in-atexit-run-exitfuncs-
>> tp43566p43947.html Sent from the matplotlib - users mailing list
>> archive at Nabble.com.
>>
>> ----------------------------------------------------------------------
>> --------
>> Want excitement?
>> Manually upgrade your production database.
>> When you want reliability, choose Perforce Perforce version control.
>> Predictably reliable.
>> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.
>> clktrk _______________________________________________
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
>
> --
> Thomas Caswell
> tcasw...@gmail.com



--
Thomas Caswell
tcasw...@gmail.com

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to