ukula 发表于 2018-8-11 13:55:47

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]
查看完整版本: python 报错 wxPyDeprecationWarning: Using deprecated class PySimpleApp.