|
From: Graeme O'K. <gj...@ne...> - 2005-08-08 13:42:01
|
Hi,
I have just fink-installed matplotlib-py24.
When I do the following, I get a 10 sec delay after the warning
message until I can enter further text.
>>> pylab.figure(1)
/sw/lib/python2.4/site-packages/matplotlib/backends/backend_gtk.py:
960: 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, backend)
pylab.plot(x,y)
gnome-fs-home.png is in:
/sw/share/icons/{Flat-Blue, gnome, HighContrastLargePrint,
HighContrastLargePrintInverse, LowContrastLargePrint}/48x48
hicolor exists as a directory at:
/sw/share/icons/hicolor
Am I missing some files?
regards,
Graeme
|