Python飞盘。不要工作wxPython

2024-09-24 02:18:18 发布

您现在位置:Python中文网/ 问答频道 /正文

我尝试在Windows上启动Frisbeelite。 我安装了2.7python,pip,wxPython(wxPython-4.0.0a3-cp27-cp27m-win32.whl)。现在,当我跑的时候飞盘.py,我得到以下问题(在img):

Traceback (most recent call last): File "FrisbeeLite_v1.2.py", line 722, in win = MainPanel(frame) File "FrisbeeLite_v1.2.py", line 215, in init self.statusbar = self.parent.CreateStatusBar(3, wx.ST_SIZEGRIP) AttributeError: 'module' object has no attribute 'ST_SIZEGRIP'

如何修复?在


Tags: pipinpyselfwindowslinewxpythonfile