This fixes the following runtime error when importing PyQt5 in python:
from PyQt5.QtCore import *
ModuleNotFoundError: No module named 'PyQt5.sip'
The problem was likely triggered by the atomic upgrade from 5.7 to
5.15 in
|
||
|---|---|---|
| .. | ||
| 0001-configure-skip-qtdetail.patch | ||
| 0002-fix-QtCoremod.sip-syntax-error.patch | ||
| Config.in | ||
| python-pyqt5.hash | ||
| python-pyqt5.mk | ||