<div dir="ltr"><div><div><div>Hi,<br><br>I made a tiny bit of progress on PyKDE5 and so pushed a couple of commits that disentangle the config logic that may have put off any dabbling. It is still not especially nice, and nor does it actually produce anything if you follow the (newly updated) instructions except an error to do with %Include'ing some PyQt5 files:<br><br><div style="margin-left:40px">...<br>Parsing imported Sip files:<br>    Parsing /home/srhaque/source/pyqt5/sip/QtCore/QtCoremod.sip<br>Error: Unable to find sip import 'name=pyqt-internal.sip5, optional=True)'. (sipImportDirs=['/home/srhaque/source/pyqt5/sip']<br>Error: Unable to find sip import 'name=pyqt-gpl.sip5, optional=True)'. (sipImportDirs=['/home/srhaque/source/pyqt5/sip']<br>Error: Unable to find sip import 'name=pyqt-commercial.sip5, optional=True)'. (sipImportDirs=['/home/srhaque/source/pyqt5/sip']<br>File: '/home/srhaque/source/pyqt5/sip/QtCore/qcoreapplication.sip' Line: 59 Syntax error in input. Token type: SLASH, token value: /, lex state: function<br></div><br>Oddly enough, strace claims the files that are being sought have names like this:<br><br><div style="margin-left:40px">stat("/home/srhaque/source/pyqt5/sip/QtCore/name=pyqt-gpl.sip5, optional=True)", 0x7ffeb0a36480) = -1 ENOENT (No such file or directory)<br></div><br></div>Whereas the closest I have is:<br><br><div style="margin-left:40px">/home/srhaque/source/pyqt5/sip/pyqt-gpl.sip<br></div><br></div>This clearly broken in terms of base directory, component level directory, the "name=" bit and also ".sip" versus ".sip5". I am obviously missing something pretty basic. Any pointers (and helpers!) welcome...<br><br></div><div>Thanks, Shaheed<br><br></div></div>