I am unable to build python-tqt. The failure:
Traceback (most recent call last): File "configure.py", line 31, in <module> from sip4_tqt import sipconfig ImportError: No module named sip4_tqt make: *** No targets specified and no makefile found. Stop.
I don't have anything in my sip4-tqt package named sip4_tqt.
Reversing commit bef77650 allows python-tqt to build.
What is the conflict?
Darrell