python 报错 wxPyDeprecationWarning: Using deprecated class PySimpleApp.
如题:python 报错 提示为 : wxPyDeprecationWarning: Using deprecated> 解决:将 wx.PySimpleApp() 替换为 wx.App(False) 即可。参考:http://stackoverflow.com/questions/15144168/error-using-deprecated-class-pysimpleapp-after-removing-epd
页:
[1]