Comment 1 for bug 630919

Revision history for this message
Noam Yorav-Raphael (noamraph) wrote :

This seems like a bug in PyGTK, since gtk.EventBox should have a method 'get_window'.

Does this happen every time you type 'for i in range('?

Can you try (in the regular Python shell, if you like) to run this:
>>> import gtk
>>> eb = gtk.EventBox()
>>> eb.get_window()

Thanks,
Noam