PowerGod
Forum Addict!
- Joined
- Jun 20, 2011
- Messages
- 4,462
The last Debian update broken all the Python stuff for me... PlayOnLinux and all the programs were complaining about not finding a 2.8 reference...
"... version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 ..."
Just solved getting back the previous version of the packets:
"... version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 ..."
Just solved getting back the previous version of the packets:
Code:
sudo apt-get install libwxbase2.8-0=2.8.12.1-12
sudo apt-get install libwxgtk2.8-0=2.8.12.1-12
Last edited by a moderator: