Are there any helpful tools when developing with PyGTK?
Yes, a number. • There is a _very_ useful pygtk-test script that was created by Brian McErlean and hacked upon by Johan Dahlin. It is available at ASPN: [aspn.activestate.com] (That page states I did the changes. The way I remember it, Johan did all the work) It allows you to run a session interactively and still see the widgets render and have signals behave normally (as you would when debugging Tk). • Jon Anderson has written a version of the console that runs inside a gtk Widget, with color-coding and completion. It should run with PyGTK2: [sinai.sourceforge.
Yes, a number. • There is a _very_ useful pygtk-test script that was created by Brian McErlean and hacked upon by Johan Dahlin. It is available at ASPN: [aspn.activestate.com] (That page states I did the changes. The way I remember it, Johan did all the work) It allows you to run a session interactively and still see the widgets render and have signals behave normally (as you would when debugging Tk). • Jon Anderson has written a version of the console that runs inside a gtk Widget, with color-coding and completion.