Jens,

thanks for the help. I found I had matplotlib-py2*_0.80-1 still installed on my PB, though the .debs were gone (did not expect that "fink cleanup" would remove the .deb of a package that is currently installed, and I don't think it should!). Anyway, I managed to save that installation to a tar ball and rebuild the .debs from that.

I have the same problem, and the maintainer told me off-list that he also doesn't know why the X11 freetype libraries are being picked up. I think he won't be able to get around to working on this for a while, so I also tried reverting to the old verison you mentioned (except I used py23). But that leads to the following problem when I start pylab:

% python2.3
Python 2.3.5 (#1, Apr 29 2005, 19:27:12)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/sw/lib/python2.3/site-packages/pylab.py", line 1, in ?
    from matplotlib.pylab import *
File "/sw/lib/python2.3/site-packages/matplotlib/pylab.py", line 195, in ?
    from axes import Axes, PolarAxes
File "/sw/lib/python2.3/site-packages/matplotlib/axes.py", line 12, in ?
    from axis import XAxis, YAxis
File "/sw/lib/python2.3/site-packages/matplotlib/axis.py", line 20, in ?
    from font_manager import FontProperties
File "/sw/lib/python2.3/site-packages/matplotlib/font_manager.py", line 991, in ?
    fontManager = FontManager()
File "/sw/lib/python2.3/site-packages/matplotlib/font_manager.py", line 835, in __init__
    rebuild()
File "/sw/lib/python2.3/site-packages/matplotlib/font_manager.py", line 828, in rebuild
    self.ttfdict = createFontDict(self.ttffiles)
File "/sw/lib/python2.3/site-packages/matplotlib/font_manager.py", line 467, in createFontDict
    prop = ttfFontProperty(font)
File "/sw/lib/python2.3/site-packages/matplotlib/font_manager.py", line 271, in ttfFontProperty
    sfnt = font.get_sfnt()
RuntimeError: No SFNT name table


So it's failing in the font manager where freetype probably is supposed to do its work... I didn't have time to investigate this further. My system is also 10.3.9, and I have freetype219 and shlibs installed. If you want the old deb file to try your luck, I can give you a download location for matplotlib-py23_0.80-1...

Hmm, I don't see any of those problems now I've reinstalled my old versions... Otherwise we seem to have nearly identical setups:

osiris:635> python2.3
Python 2.3.5 (#1, Mar 23 2005, 19:51:59)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1671)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
loaded rc file /Users/derek/.matplotlibrc
matplotlib version 0.80
verbose.level helpful
interactive is True
platform is darwin
numerix numarray 1.3.3
font search path ['/sw/share/matplotlib-py23']
loaded ttfcache file /Users/derek/.ttffont.cache
matplotlib data path /sw/share/matplotlib-py23
backend GTKAgg version 2.6.2
>>>

Works with both python and ipython -pylab 2.3 and 2.4. So if you'd like to give my packages a try, I'd be happy to make them available for download :-)

Cheers,
                                                                Derek



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to