2019年6月18日
摘要: ``` import wx class SubclassDialog(wx.Dialog): def __init__(self): wx.Dialog.__init__(self, None, -1, 'Dialog Subclass', size=(300, 100)) okButton = wx.Button(self, wx.ID_OK, "OK"... 阅读全文
posted @ 2019-06-18 10:47 Mrnx 阅读(974) 评论(0) 推荐(0) 编辑
摘要: 该情况可能是由于pycharm编码设置导致的问题,在"File Setting FileEncodings GlobalEncoding"中修改编码为GBK即可 阅读全文
posted @ 2019-06-18 10:31 Mrnx 阅读(4322) 评论(0) 推荐(0) 编辑