Searching with apt-cache ('apt-cache search wxpython') suggests that you need the package python-wxgtk2.8 Install it with sudo apt-get install python-wxgtk2.8 This package (python-wxgtk2.8) is outdated now and you won't be able to install it. However, I was able to install the newer version by typi...