I use a chess application called "Lucaschess" and it needs PyQt4 module to work. Is it possible to install Pyqt4 on Ubuntu 20.04? I understand that Ubuntu no longer supports this package but is there anyway which I can work around?
I use a chess application called "Lucaschess" and it needs PyQt4 module to work. Is it possible to install Pyqt4 on Ubuntu 20.04? I understand that Ubuntu no longer supports this package but is there anyway which I can work around?
The Qt4 packages can still be obtained from third party PPA:
Then you have to download
python-qt4
binding from previous Ubuntu 18.04 LTS release manually:As the result the Python2-Qt4 binding will be installed. Then you know what to do.
Also note that there is fresh version of lucaschess here with Qt5 as dependency.