Re: [pygtk] PyGTK for Python 3

2010-12-03 Thread John Stowers
On Fri, 2010-12-03 at 10:33 +0100, Davide Iosca wrote: > Some News about PyGTK porting to Python 3.x ? I do not plan to do so. PyGTK will be maintained to work with gtk +-2.22/24 and Python 2.X indefinitely. PyGObject + gobject-introspection is the recommended way to develop Python applications

Re: [pygtk] Setting GTK locale

2010-12-03 Thread Fredrik Corneliusson
Thanks Dieter! Just tested and it finally worked when I used "_putenv" function in your lib to set the language. Great stuff! Fredrik On Fri, Dec 3, 2010 at 2:46 PM, Dieter Verfaillie wrote: > Quoting "Fredrik Corneliusson" : >> >> I'm localizing a PyGTK application (win32 & py2exe). >> As my ta

Re: [pygtk] Setting GTK locale

2010-12-03 Thread Dieter Verfaillie
Quoting "Fredrik Corneliusson" : I'm localizing a PyGTK application (win32 & py2exe). As my target audience is multilingual and might not want to have the user interface language set to the system default I have made it configurable. This works for the custom strings in my application but not fo

[pygtk] Setting GTK locale

2010-12-03 Thread Fredrik Corneliusson
Hi, I'm localizing a PyGTK application (win32 & py2exe). As my target audience is multilingual and might not want to have the user interface language set to the system default I have made it configurable. This works for the custom strings in my application but not for the built in GTK messages. Yo

[pygtk] PyGTK for Python 3

2010-12-03 Thread Davide Iosca
Some News about PyGTK porting to Python 3.x ? ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Can't get tool tip to display

2010-12-03 Thread Dieter Verfaillie
Quoting "Gerald Britton" : Hi -- I have a treeview where I want tooltips to display upon mouse-hover. I need help to see what I'm missing in this section since the tips are not popping up: ("columns" is a simple list of column names) self.view = gtk.TreeView() self.model = gtk.