Am 2006-04-10 um 17:06 schrieb Gábor Farkas: > i'd like to write a simple python-mac application, > for which i need to choose a gui toolkit. > > the problem is that i need to be able to enter japanese text, > which means i need support for.... i don't know how that's called > in osx > (on linux that would be input methods).
Did you have a look at wxPython? (http://www.wxpython.org) It's the best cross platform GUI toolkit for Python that I know of; it uses native controls on every platform (Mac, Win, GTK) and is able to handle Unicode chars, also Japanese. (Maybe there are issues with some special controls.) I don't know what else is needed for CJK, but I guess the input method is a matter of the OS, not of your app. Greetlings from Lake Constance! Hraban --- http://www.fiee.net http://www.cacert.org (I'm an assurer) _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig