摘要:
```
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
阅读(1010)
评论(0)
推荐(0)
摘要:
该情况可能是由于pycharm编码设置导致的问题,在"File Setting FileEncodings GlobalEncoding"中修改编码为GBK即可 阅读全文
posted @ 2019-06-18 10:31
Mrnx
阅读(4429)
评论(0)
推荐(0)
浙公网安备 33010602011771号