International/Localized Python GUI apps

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Feb 20 04:58:12 EST 2001


timo at lightdog.com writes:

> Still, we have some opportunity. I need to be able to do UIs that are 
> easily internationalizable, and I need to do a lot of work in grids. I've 
> looked at WxPython, but it doesn't seem to do wide characters 
> and/or unicode. I really need multilingual support, some of those 
> languages being asian ones. 

For the internationalization, I recommend to use the gettext module of
Python 2.0.

Regards,
Martin




More information about the Python-list mailing list