Re: [matplotlib-devel] RuntimeError: Could not open facefile

2010-10-04 Thread DrDunk
Hi there, I am a newcomer to this sort of thing, and inherited some Python code that used matplotlib. I compiled the code as a windows executable, and sent it out to my students.. Now, one of them is coming back to me with the error you speak of.. (i.e. facefile problem with Vera.ttf) Any hint

[matplotlib-devel] RuntimeError: Could not open facefile

2010-06-03 Thread Benjamin Root
Hello, I am getting this runtime error for some of my plotting scripts ever since I did a clean build and install of matplotlib from the svn repo: [snip] File /home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/text.py, line 524, in draw bbox, info = self._get_layout(renderer) File

Re: [matplotlib-devel] RuntimeError: Could not open facefile

2010-06-03 Thread John Hunter
On Thu, Jun 3, 2010 at 2:41 PM, Benjamin Root ben.r...@ou.edu wrote: Hello, I am getting this runtime error for some of my plotting scripts ever since I did a clean build and install of matplotlib from the svn repo: [snip] File

Re: [matplotlib-devel] RuntimeError: Could not open facefile

2010-06-03 Thread Benjamin Root
Yes! Thank you! As extra debugging info, the issue was happening regardless of me choosing GTK, GTKAgg, and others for backends. Ben Root On Thu, Jun 3, 2010 at 2:45 PM, John Hunter jdh2...@gmail.com wrote: On Thu, Jun 3, 2010 at 2:41 PM, Benjamin Root ben.r...@ou.edu wrote: Hello, I