On Fri, Aug 01, 2003 at 03:19:56PM +0100, Stephen Kennedy wrote: > > I'm trying to track down some i18n errors. If I create an > > empty gnome app in glade and run it with the attached code > > everything is fine. > > > > If I run with "[EMAIL PROTECTED] ./test.py", I immediately get: > > (app1:8673): Gtk-WARNING **: Invalid input string > > (app1:8673): Gtk-WARNING **: Invalid input string > > (app1:8673): Gtk-WARNING **: Invalid input string > > [EMAIL PROTECTED] seems to be the same as [EMAIL PROTECTED] > These warnings go away if LANG is set to [EMAIL PROTECTED] and > the menu items show up correctly, but there are two new > warnings: > > (meld:11810): Gdk-WARNING **: locale not supported by Xlib > (meld:11810): Gdk-WARNING **: can not set locale modifiers > > Must pygtk apps always be run with LANG as UTF-8?
Have you tried just setting LC_CTYPE=ISO-8859-1? Xlib doesn't seem to like de_DE.XXX, but it should take the chartype correctly. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
