On May 25, 2008, at 8:59 PM, john wrote:
> I have re-installed wxpython and wxGTK and used Ed's changes and get
> the same
> traceback. Does anyone have any other suggestions?
The traceback suggests an issue with the image for the particular
menu item. Try this: add the following print statement to dMenu, run
your app, and post the debug output.
206 if picture is None:
207 picture = bmp
208 print "ITEM", caption, picture
209 item = self._getItem(bindfunc, help, picture, menutype, *args,
**kwargs)
210 self.appendItem(item)
211 item.Caption = caption
212 return item
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]