[Matplotlib-users] Error in atexit._run_exitfuncs

2014-06-25 Thread keith.briggs
I am running matplotlib 1.3.1 under Ubuntu 13 and python3. Everything works fine, but I get this message every time: Error in atexit._run_exitfuncs: AttributeError: 'FigureManagerGTK3Cairo' object has no attribute 'canvas' What does it mean, and how do I stop it? Keith

Re: [Matplotlib-users] Error in atexit._run_exitfuncs

2014-06-25 Thread Benjamin Root
What it means, specifically, is that one (or more) figure objects still in memory at the time of exiting the python interpretor are missing the expected canvas attribute. I see this happen in various backends from time to time. The best I can figure is that somehow, the destructor for the figure

[Matplotlib-users] Trying to build matplotlib on Windows 7 - error related to ft2bild.h

2014-06-25 Thread Alan Ezust
Hi, I'm trying to build matplotlib (git master) on windows 7, Python 3.3, with ms visual C++ 2010 SP1 The error I am getting is related to how it can't find ft2build.h but after running freetype-2.3.5-1.setup.exe, there is now a copy of it under C:\Program Files (x86)\GnuWin32\include How do I

Re: [Matplotlib-users] Trying to build matplotlib on Windows 7 - error related to ft2bild.h

2014-06-25 Thread Dino Bektešević
Not directly related, but considering the similarity of the mail I've decided to just append my issue here. I'm using python 3.4 x86 in virtualenv on win7 x64 with full copy of Visual Studio 2010. This is my Exception message: Exception information: C:\Program

[Matplotlib-users] Windows 7 builds - freetype2 extension FTBFS

2014-06-25 Thread Alan Ezust
I apologize, the error message I posted earlier was for a branch which was not even merged into the current git origin/master. I just switched back to the real origin/master branch... Now I get a completely different error message. Windows 7, with ms visual C++ 2010 SP1 x86 python setup.py