Re: Strange Build problem....

2013-01-22 Thread Nicolas Mailhot
Le Sam 19 janvier 2013 13:34, Paulo César Pereira de Andrade a écrit : > 2013/1/19 Nicolas Mailhot : > Do you have any hints on working on option 3? Well, that means not > using fontconfig, so might not be worth for a generic Linux solution... What renderer is matplotlib using now ? Because II

Re: Strange Build problem....

2013-01-19 Thread Paulo César Pereira de Andrade
2013/1/19 Nicolas Mailhot : > > Le Mer 16 janvier 2013 20:48, Paulo César Pereira de Andrade a écrit : > >> Sorry for that problem. It solved the problems I was having >> but created at least yours problem. I am having an almost live >> conversation right now about related issues at > > BTW the F

Re: Strange Build problem....

2013-01-19 Thread Nicolas Mailhot
Le Mer 16 janvier 2013 20:48, Paulo César Pereira de Andrade a écrit : > Sorry for that problem. It solved the problems I was having > but created at least yours problem. I am having an almost live > conversation right now about related issues at BTW the Fedora font packaging guidelines have b

Re: Strange Build problem....

2013-01-16 Thread Paulo César Pereira de Andrade
2013/1/16 Steve Dickson : > On 16/01/13 12:27, Toshio Kuratomi wrote: >> Looking at the F17 version of matplotlib, the default afm font is being set >> to None there -- so a better fix (but requiring fixing in matplotlib) might >> be to patch it like this: >> >> >> --- /usr/lib64/python2.7/site-pac

Re: Strange Build problem....

2013-01-16 Thread Steve Dickson
On 16/01/13 12:27, Toshio Kuratomi wrote: > Looking at the F17 version of matplotlib, the default afm font is being set > to None there -- so a better fix (but requiring fixing in matplotlib) might > be to patch it like this: > > > --- /usr/lib64/python2.7/site-packages/matplotlib/font_manager.py

Re: Strange Build problem....

2013-01-16 Thread Toshio Kuratomi
On Wed, Jan 16, 2013 at 11:59:08AM -0500, Steve Dickson wrote: > > > > and here is the traceback > > raceback (most recent call last): > File "/tmp/test.py", line 5, in > import matplotlib.pyplot as plt > File "/usr/lib64/python2.7/site-packages/matplotlib/pyplot.py", line 26, in > >

Re: Strange Build problem....

2013-01-16 Thread Steve Dickson
On 15/01/13 15:43, Toshio Kuratomi wrote: > The try: except: is swallowing all errors here. Getting a more verbose > traceback may help diagnose. You can remove the try: except: and dedent the > remaining code one level to get the actual traceback in the build.log. This is exactly what I did:

Re: Strange Build problem....

2013-01-15 Thread Toshio Kuratomi
On Tue, Jan 15, 2013 at 01:42:21PM -0500, Steve Dickson wrote: > Hello, > > I'm seeing following build error >http://kojipkgs.fedoraproject.org//work/tasks/1677/4871677/build.log > > But I'm not seeing this error on local f18 or f17 builds... > > Note, the same version of python-matplotlib (

Strange Build problem....

2013-01-15 Thread Steve Dickson
Hello, I'm seeing following build error http://kojipkgs.fedoraproject.org//work/tasks/1677/4871677/build.log But I'm not seeing this error on local f18 or f17 builds... Note, the same version of python-matplotlib (1.2.0-5) is being used in all the builds... How do I debug something like th