Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-06 Thread Michael Droettboom
This log file appears to be truncated. Cheers, Mike Alexander Bruy wrote: >> Also, set the rcParam['verbose.level'] to 'debug-annoying' and send the >> output. That may provide some clues as to how the font lookup is failing. >> > > Here log file obtained on Linux box > > Regards, > Alexa

Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-06 Thread Michael Droettboom
It looks as if the statist package is passing a hard-coded font file path to matplotlib: C:/OSGeo4W/apps/qgis-dev/python/plugins/statist/font/CharisSILR.ttf because of the following line in the log: findfont returning C:/OSGeo4W/apps/qgis-dev/python/plugins/statist/font/CharisSILR.ttf Does

Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-06 Thread Alexander Bruy
> Also, set the rcParam['verbose.level'] to 'debug-annoying' and send the > output. That may provide some clues as to how the font lookup is failing. Here log file obtained on Linux box Regards, Alexander Bruy -- реклама --- Поторопись з

Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-05 Thread John Hunter
2009/8/5 Michael Droettboom : > I don't think this is related to Qt at all, but is illustrating some > sort of bug in the font lookup code. > > Can you try removing fontList.cache and trying again?  I *believe* it > lives in "C:\Documents and Settings\${YOURNAME}\Local > Settings\.matplotlib" on Wi

Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-05 Thread Michael Droettboom
I don't think this is related to Qt at all, but is illustrating some sort of bug in the font lookup code. Can you try removing fontList.cache and trying again? I *believe* it lives in "C:\Documents and Settings\${YOURNAME}\Local Settings\.matplotlib" on Windows, but I'm not a regular Windows u

[Matplotlib-users] matplotlib and QT 4.5.2

2009-08-05 Thread Alexander Bruy
Hi, all I try to use last stable version of matplotlib 0.9.85.2 with PyQt 4.5.2 under Windows XP Pro SP3, Python 2.5.2 and get error Traceback (most recent call last): File "/home/alex/.qgis//python/plugins/statist/statist.py", line 114, in doCalcStats d = doStatist.dlgStatist( self.iface )