Re: [pygtk] Windows all in one bundle broken?

2011-07-23 Thread Dieter Verfaillie
On 22/07/2011 22:34, Mathew Yeates wrote: We'll need a bit more information to be able to help you: 1) How do you execute glade-3.exe? Via the shortcut the installer created in the start menu or some other method? No item was added to the Start Menu. Glade-3.6 is still shown though.

[pygtk] TextBuffer, Python 3 and UTF-8

2011-07-23 Thread Osmo Salomaa
Hi, I'm migrating an application to Python 3, GTK+ 3 and the PyGI bindings. I'm having trouble inserting non-ASCII text to a Gtk.TextBuffer. Here's a minimal example. #!/usr/bin/env python3 from gi.repository import Gtk text_view = Gtk.TextView() text_buffer =