Hi,
I' ve just started with matplotlib for the first time. After installation I
get the following error:
from pylab import *
...
/usr/local/lib/python2.4/site-packages/matplotlib/backends/backend_gtk.py
4 def fn_name(): return sys._getframe(1).f_code.co_name
5
----> 6 import gobject
7 import gtk; gdk = gtk.gdk
8 import pango
ImportError: No module named gobject
If someone has seen this befor, please tell me how to solve the problem...
cheers
Jens