winpdb GUI 没有运行

winpdb GUI 没有运行

我安装了winpdb(一个 Python 调试器)。当我尝试运行它的 GUI 版本时,它显示了此错误

wxPython was not found.
wxPython 2.6 or higher is required to run the winpdb GUI.
wxPython is the graphical user interface toolkit used by Winpdb.
You can find more information on wxPython at http://www.wxpython.org/
The Unicode version of wxPython is recommended for Winpdb.
To use the debugger without a GUI, run rpdb2.

之后我wxPython按照这个方法安装sudo apt-get install python-wxgtk2.8wxPython 2.8该版本。但是当我再次运行时,winpdb它显示相同的错误并且winpdbGUI 没有运行。请帮我解决这个问题。

答案1

要安装,wxPython请尝试:

sudo apt-get install python-wxglade python-wxversion python-wxgtk2.8 pyprompter python-pythoncard python-squaremap python-wxgtk2.8-dbg python-wxmpl python-wxtools pythoncard pythoncard-doc pythoncard-tools

相关内容