[Pythonmac-SIG] "PyObjCPointer created" messages and crash from tooltip handlers

Michael Glassford glassfordm at hotmail.com
Tue Nov 15 23:20:29 CET 2005


I recently added 
outlineView_toolTipForCell_rect_tableColumn_item_mouseLocation_() and 
tableView_toolTipForCell_rect_tableColumn_row_mouseLocation_() handlers 
to a Py2App-based application and started seeing errors like the 
following being written to the console log:

2005-11-10 11:08:53.891 Goombah[990] PyObjCPointer created: at 0xbfffb570 of
type {_NSRect={_NSPoint=ff}{_NSSize=ff}}@i{_NSPoint=ff}

That's the only effect I see on my Tiger machine, but on another machine 
that's running either Jaguar or Panther (I'd have to check), the 
application also crashes unless these handlers are removed.

Can anyone suggest how to fix or work around these issues?

Thanks,

Mike



More information about the Pythonmac-SIG mailing list