robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
455 stars 114 forks source link

Version: 0.98.1,why the msg parameter of enterbox method display Traditional Chinese #150

Open ghost opened 6 years ago

ghost commented 6 years ago

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 = "请说出你的名字")`

default

zadacka commented 6 years ago

Hello @wsj0794 I'm afraid that I don't quite understand. What is the issue with the message parameter? Thanks!