when i execute gnumexp in mandriva 2009.1 32 bits i obtain this message:;
Traceback (most recent call last):
File "/usr/bin/gnumexp", line 29, in <module>
import main
File "/usr/lib/gnumexp/main.py", line 24, in <module>
from xygraph.view import XYGraphView
File "/usr/lib/gnumexp/xygraph/view.py", line 19, in <module>
from plotarea import PlotArea
File "/usr/lib/gnumexp/xygraph/plotarea.py", line 14, in <module>
import legend
File "/usr/lib/gnumexp/xygraph/legend.py", line 9, in <module>
from goomathml import GooMathML, GooMathMLView
File "/usr/lib/gnumexp/xygraph/goomathml.py", line 63, in <module>
class GooMathMLView(goocanvas.ItemViewSimple, goocanvas.ItemView):
AttributeError: 'module' object has no attribute 'ItemViewSimple'
Thanks