This is bug again faces-pm 0.11.4 on a gentoo amd64 machine
using wxpython 2.6.3.3 (wxGTK 2.6.3.3 unicode).
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/metapie/gui/controller.py", line 776, in on_menu_select
action()
File "/usr/lib/python2.4/site-packages/faces/gui/chartview.py", line 201, in menu_print_chart
self.canvas.GetParent().chart)
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 13481, in getattr
raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the FigureCanvasWx object has been deleted, attribute access no longer allowed.
Logged In: NO
This also applies to 0.11.5 on Windows when using the Zoom or Print Chart feature.
Traceback (most recent call last):
File "metapie\gui\controller.pyc", line 776, in on_menu_select
File "faces\gui\chartview.pyc", line 150, in hzout
File "wx_core.pyc", line 14045, in getattr
wx.core.PyDeadObjectError: The C++ part of the TimeChartView object has been deleted, attribute access no longer allowed.
Traceback (most recent call last):
File "metapie\gui\controller.pyc", line 776, in _on_menu_select
File "faces\gui\chartview.pyc", line 149, in hzin
File "wx_core.pyc", line 14045, in getattr
wx.core.PyDeadObjectError: The C++ part of the TimeChartView object has been deleted, attribute access no longer allowed.
Traceback (most recent call last):
File "metapie\gui\controller.pyc", line 776, in _on_menu_select
File "faces\gui\chartview.pyc", line 201, in menu_print_chart
File "wx_core.pyc", line 14045, in getattr
wx._core.PyDeadObjectError: The C++ part of the FigureCanvasWx object has been deleted, attribute access no longer allowed.
till.gerken@gmail.com