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
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
> 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
-- реклама ---
Поторопись з
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
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
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 )