Comment 14 for bug 568321

Revision history for this message
Alexandre COLLIGNON (alexandre-collignon) wrote : Re: [Gtg-win] [Bug 568321] Re: Create installation documentation

I'm running gtg-win on Vista (work computer) so I guess that
everything should work for you too.

When you talk about "window that can be minimized and restored", are
you trying the little piece of code of the documentation ? This one :

import gtk
window = gtk.Window()
window.set_title("PyGTK Test Window")
window.connect("destroy", gtk.main_quit)
window.show_all()
gtk.main() # Amran, note that this line is missing in install_gtg.txt

I tested the code on my computer and everything is OK (maximize,
minimize, open, close, resize)

Just in case you would like to check your configuration, this is mine
:

Python 2.6.5
gtk+-bundle_2.20.0-20100406_win32
pygtk 2.16.0
pygobject 2.20
pycairo 1.8.6
setuptools 0.6c11

--
Alexandre COLLIGNON <email address hidden>
http://blog.collign.net