Re: [pygtk] PyGnomeHello and internationalization

2000-03-06 Thread James Henstridge
There is a gettext module included with gnome-python. It is fairly similar to the C API, but has some problems with big endian architectures at the moment (this will be fixed). You can use it like so: import gettext _ = gettext.gettext gettext.bindtextdomain("translation-domain",

[pygtk] PyGnomeHello and internationalization

2000-03-05 Thread Daniel Kornhauser
Hi pythoneers: I'm making a PyGnomeHello a shamessly python copy fo the GnomeHello of the GGAD book. I think that the directory structure and GNU instalation utilities could be usefull for proving order in the pygnome applications. I think that it would help avoiding the work of custom