Hi all,
I've just installed matplotlib-py24 and tried it out. It doesn't work and the python interpreter dies with the following message:

Totila:~ andrea$ python
Python 2.4.1 (#1, Sep  2 2005, 16:41:10)
[GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import *
/sw/lib/python2.4/site-packages/matplotlib/__init__.py:835: UserWarning: Bad key "lines.data_clipping" on line 57 in /Users/ andrea/.matplotlib/matplotlibrc
  warnings.warn('Bad key "%s" on line %d in %s' % (key, cnt, fname))
>>> plot([1,2,3],[1,2,3],'r-')
/sw/lib/python2.4/site-packages/matplotlib/backends/backend_gtk.py: 998: GtkWarning: Could not find the icon 'gnome-fs-home'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://freedesktop.org/Software/icon-theme/releases
  buttons)
No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org
Totila:~ andrea$

Changing backend to TkAgg causes a segmatation fault, WXAgg give a similar error message.

Any hints?

Thanks,
 Andrea.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to