![]() |
Not able to install python_wxgtk2.8 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Armbian (https://forum.pine64.org/forumdisplay.php?fid=84) +---- Thread: Not able to install python_wxgtk2.8 (/showthread.php?tid=6103) |
Not able to install python_wxgtk2.8 - desai_amogh - 05-26-2018 Getting below error : root@pine64:~# apt-get install python-wxgtk2.8 Reading package lists... Done Building dependency tree Reading state information... Done Package python-wxgtk2.8 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'python-wxgtk2.8' has no installation candidate. root@pine64:~# sudo apt-get -t jessie-backports install python-wxgtk2.8 Reading package lists... Done Building dependency tree Reading state information... Done Package python-wxgtk2.8 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'python-wxgtk2.8' has no installation candidate Please help. RE: Not able to install python_wxgtk2.8 - martinayotte - 05-27-2018 It is probably an old version. Check with "apt-cache search wxgtk" to figure out current version. |