← Back to team overview

gtg-win team mailing list archive

[Bug 568321] Re: Create installation documentation

 

C:\gtk\bin is definitely in path and machine has been rebooted.

The windows test goes as follows:

C:\Python25>python
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
>>> window = gtk.Window()
>>> window.set_title("PyGTK Test Window")
>>> window.connect("destroy", gtk.main_quit)
9L
>>> window.show_all()
>>>
C:\Python25>

As you can see I get a one line message "9L" after issuing the
window.connect command. On window.show_all a window appears in a Not
Responding state. I have to kill it, then the python shell exits.

-- 
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.





Follow ups

References