Ticket #6 (new bug/defect)

Opened 1 year ago

Last modified 1 year ago

Does not close gracefully

Reported by: yamad Assigned to:
Priority: major Milestone: 0.3.0
Component: Code Version: trunk
Keywords: Cc:

Description (Last modified by yamad)

To reproduce:

  1. Open fp from the command-line (must have max switch)
  2. Close the GUI window
  3. The following errors are printed to the terminal:
(python:12186): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/fontypython/wxgui.py", line 921, in __onPageChanged
    self.listctrl.ClearLastIndex  ( )
  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 PogChooser object has been deleted, attribute access no longer allowed.

(python:12186): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed

Change History

09/07/07 08:51:26 changed by yamad

  • description changed.