I played around and I found that there is no PyQt4 module available in python3. help("modules") shows only a PyQt5 module - but no PyQt4 module. But python-pyqt4 is installed...
Solution:
- rebuild (reinstall) python-pyqt4
- install python-sip-pyqt4
After doing this qt-recordmydesktop builds and installs flawlessly.
Pinned Comments