easygui
easygui copied to clipboard
Version: 0.98.1,why the msg parameter of enterbox method display Traditional Chinese
we use command "pip install easygui" on python2.7.15, please see below screenshot `#-- coding:utf-8 -- ''' Created on 2018年8月15日
@author: xxoo
''' import easygui as g g.enterbox(msg = "请说出你的名字",title = "请说出你的名字")`
Hello @wsj0794 I'm afraid that I don't quite understand. What is the issue with the message parameter? Thanks!