又試著玩 Python。這次是在
EasyGUI 同 xwPython 中打轉。
xwPython 文件多、範例多,很好玩,
而
EasyGUI 則勝在使用了 Tkinter,更簡單。
兩者各有所長,真的很難選擇。
重點了,我在 WindowsXP 用 EasyGUI 出視窗時,
中文總是亂碼,以下是解決方案。可以專心試了。'
>>> from easygui import *
>>> import sys
>>> v="中文顯示"
>>> v=v.decode('BIG5')
>>> msgbox (v)
補充:
EasyGUI 是什麼?
它的官網簡介如下:New Python programmers need GUI capabilities that
don't require any knowledge of Tkinter, frames, widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI, all GUI interactions are invoked by simple function calls.
沒有留言:
張貼留言