I've installed faces-pm.0.11.7.tar.gz and appear to have
[10:02:39] $ python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import matplotlib
matplotlib.version
'0.91.2'
I get the following stack trace when trying to click the gantt chart:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/faces_pm-0.11.7-py2.5.egg/faces/gui/matplot_patches.py", line 153, in _on_kill_focus
self.GetParent()._on_kill_focus(event)
File "/usr/lib/python2.5/site-packages/faces_pm-0.11.7-py2.5.egg/faces/gui/chartview.py", line 432, in _on_kill_focus
self.draw()
File "/usr/lib/python2.5/site-packages/faces_pm-0.11.7-py2.5.egg/faces/gui/chartview.py", line 703, in draw
self.canvas.draw()
File "/usr/lib/python2.5/site-packages/faces_pm-0.11.7-py2.5.egg/faces/gui/matplot_patches.py", line 157, in draw
_AggCanvas.draw(self)
File "/usr/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 358, in draw
self.figure.draw(self.renderer)
File "/usr/lib/python2.5/site-packages/matplotlib/figure.py", line 627, in draw
for t in self.texts: t.draw(renderer)
File "/usr/lib/python2.5/site-packages/matplotlib/text.py", line 339, in draw
ismath=self.is_math_text(line))
File "/usr/lib/python2.5/site-packages/faces_pm-0.11.7-py2.5.egg/faces/charting/renderer.py", line 70, in draw_text
self._renderer.draw_text(font, int(x), int(y + decent), gc)
AttributeError: draw_text
Any help would be appreciated.