[PyQt] Minor bug in building SIP
Wallboy
wallboy at wallboy.ca
Fri May 17 04:20:09 BST 2019
Just tried building SIP with --sip-module PyQt5-Sip.sip and during `nmake
install` the mk_distinfo.py script fails at Line 70 with
ValueError: too many values to unpack (expected 2)
as it's trying to split on hyphens, but because I used the hyphen in the sip
module name: `PyQt5-Sip.sip` it gives that error.
--
Sent from: http://python.6.x6.nabble.com/PyQt-f1792048.html
More information about the PyQt
mailing list