Comment 12 for bug 568321

Revision history for this message
Amran (amx109) wrote : Re: [Bug 568321] Re: Create installation documentation

ok,

i get a '9L' message too.

theres something gone wrong with your gtk install. the window that gets
displayed should be any other normal window - you should be able to
minimise/maximise/resize it. obviously, this isnt happening for you.

im not sure what else i can suggest.

i will be working on an installer, hopefully over the next couple of weeks.
the hope is that will solve the messy dependancy/install process. in the
meantime i can only suggest you reinstall the dependencies, and make sure
that they are all compatible versions eg if you've installed python 2.4 then
make sure the gtk+extras are targeted for 2.4. there may be a problem with
some aspects of your windows setup, though its unlikely.

out of curiosity what version of windows are you using?

On Thu, Aug 12, 2010 at 11:24 PM, LeeHach <email address hidden>wrote:

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