winpdb GUI não está sendo executado

2

Eu instalei o winpdb (um depurador python). Quando eu tentei rodar a versão GUI, ele mostrou esse erro

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.

Depois disso, instalei wxPython fazendo isso sudo apt-get install python-wxgtk2.8 , que instalou wxPython 2.8 version. Mas quando eu executei novamente winpdb , ele está mostrando o mesmo erro e winpdb GUI não está sendo executado. Por favor me ajude com isso .

    
por AbKDs 16.05.2014 / 19:14

1 resposta

1

Para instalar wxPython , tente com:

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
    
por user224082 16.05.2014 / 19:37