So I managed to compile pyuic for use with Zaurus. Thanks to Phil Thomson.

Now using it I experinece a new problem. It seems that the only encoding 
supported by Zaurus is eucJP which unfortunately is not supported by python. 
So how do I get Japanese displayed in the Qt user interface?

Writing Japanese directly in Qt-designer results in the following error:

        self.leKanji.setText(self.tr(QString.fromUtf8("???garble???")))
TypeError: argument 1 of QDialog.tr() has invalid type.

Thanks
Torben

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to