Advertisement
Guest User

Untitled

a guest
Mar 15th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1.  
  2.  
  3. (python:6580): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
  4. Traceback (most recent call last):
  5. File "/home/carlos/Downloads/pyfa/gui/shipBrowser.py", line 812, in stage3
  6. self.lpane.AddWidget(FitItem(self.lpane, ID, (shipName, name, booster, timestamp),shipID))
  7. File "/home/carlos/Downloads/pyfa/gui/shipBrowser.py", line 1362, in __init__
  8. self.fitMenu.Check(self.toggleItem.GetId(), self.fitBooster)
  9. File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 11210, in Check
  10. return _core_.Menu_Check(*args, **kwargs)
  11. TypeError: in method 'Menu_Check', expected argument 3 of type 'bool'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement