From: Don T. <nos...@gm...> - 2005-12-17 02:40:31
|
I don't know if this is a real bug, or an artifact of the running Pythoncard apps under Eclipse/Pydev. When, for example, Minimal is run under the Pydev debugger it always throws the following exception when File->Exit is selected. "Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Pen.__del__ of <wx._gdi.Pen; proxy of C++ wxPen instance at _505f2602_p_wxPen>> ignored" When I run (rather than debug) Minimal under Pydev then I don't see this exception being thrown. In general, I am able to set breakpoints and trace execution of Pythoncard apps under Pydev. This exception does not seem to cause any harm as the app is about to die anyway. I am curious as to whether debugging under Pydev is generally going to work as I would love to use Pythoncard running inside a rich OSS IDE like Eclipse (or Netbeans). Don. |