← Back to team overview

gtg-win team mailing list archive

Re: [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 <alexandre@xxxxxxxxxxx>
http://blog.collign.net

-- 
Create installation documentation
https://bugs.launchpad.net/bugs/568321
You received this bug notification because you are a member of Gtg-win
developers, which is the registrant for Getting Things GNOME! Windows.

Status in Getting Things GNOME! Windows: New

Bug description:
For the time we do not have a beautiful all-in-one installer, however we need that people test the trunk ! So we have to provide documentation about the installation of the trunk version.





References