[pygtk] How can I go for Localization?

2005-06-12 Thread Mahmad Sadique Hannure
Hi to all, I am searching for localization with pygtk.Currently I m using Glage2 ,PyGTK 2.0 and python2.3.4. I want to make an editor which support Local Langauge (Marathi(India)).I am using glade for creating GUI. I came to know about PyGTK faqs but for it so defficult to understand. Can any body

Re: [pygtk] FAQ Entry 20.6 looks wrong to me.

2005-06-12 Thread John K Luebs
On Wed, Jun 08, 2005 at 01:53:37PM +0200, Antoon Pardon wrote: > > | John K. Luebs reminds you: *don't forget gtk.threads_enter() and > | gtk.threads_leave()* around mainloop when accessing gtk code if you want > | your application to actually work threaded: > | > | gtk.gdk.threads_enter() > |

[pygtk] Gnome applet example from tutorial

2005-06-12 Thread Craig Routledge
Hi, I've run into a problem trying to get a python applet running in the GNOME panel. Being new to panel applets, I started with the tutorial "Gnome applets with Python" at http://www.pygtk.org/articles/applets_arturogf/ Running the sample python code with the matching .server file from the f