我安装了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 2.8版本的sudo apt-get install python-wxgtk2.8来安装wxPython。但是,当我再次运行winpdb时,它显示的是相同的错误,并且winpdb GUI没有运行。请帮我处理这个。
发布于 2014-05-16 17:37:05
要安装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-toolshttps://askubuntu.com/questions/467868
复制相似问题