Menu

#6 Traceback from b7a1e41193de

closed
5
2012-09-16
2009-08-29
No

Traceback (most recent call last):
File "gwsmhg", line 53, in <module>
app = gwsm.gwsm(dir_specified)
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\gwsm.py", line 176, in init
self._history_table = change_set.HistoryTable()
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\change_set.py", line 296, in init
expand=False)
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\actions.py", line 225, in create_action_button_box
button = self.create_action_button(action_name, use_underline)
File "E:\src\mercurial\gwsmhg\gwsmhg_pkg\actions.py", line 214, in create_action_button
button.set_tooltip_text(action.get_property("tooltip"))
AttributeError: 'gtk.Button' object has no attribute 'set_tooltip_text'

Discussion

  • Peter Williams

    Peter Williams - 2009-08-30

    Examination of PyGTK documentation indicates that this feature was added in Version 2.12.

    Could you please confirm that your version is older than this?

    Thanks

     
  • Peer Sommerlund

    Peer Sommerlund - 2009-08-30

    Indeed, my GTK version is 2.10

     
  • Peter Williams

    Peter Williams - 2009-08-30

    OK. I'll put a work around in there so that it will work with older PyGTK versions.

     
  • Peter Williams

    Peter Williams - 2009-08-31

    Work around committed in change set e285499be111fef3060150945d9647958232ae0d

     

Log in to post a comment.