[wingide-users] Problem with GTK program
Mike Bernson
mike at mlb.org
Mon Oct 1 13:42:40 MDT 2007
I have a gtk based program that run fine outside of the debuger. When It
run in the debugger
I get the following:
File "/home/mike/src/myranch/screen/screen/menu/menurun.py", line 8, in
<module>
main()
File "/home/mike/src/myranch/screen/screen/menu/menu.py", line 82, in main
top_level_window.run()
File "/home/mike/src/myranch/screen/screen/gtk/gtk_window.py", line 33,
in run
gtk.main()
File "/home/mike/src/myranch/screen/screen/gtk/gtk_box.py", line 31, in
__focus
self.notify('focus')
File "/home/mike/src/myranch/screen/screen/gtk/gtk_noalign_widget.py",
line 23, in notify
self.__observers.notify_trap(tag, **kw)
AttributeError: 'gtk_hbox' object has no attribute
'_gtk_noalign_widget__observers'
More information about the wingide-users
mailing list