[PyQt] pyrcc5 on iOS sysroot

Patrick Stinson patrickkidd at gmail.com
Sat Jan 27 16:50:13 GMT 2018


Is pyrcc5 supposed to be built for the host platform when building for iOS? I am getting the following error for my iOS sysroot but not my macOS sysroot:

/Users/patrick/dev/vendor/sysroot-ios-64/host/bin/python3.6: Error while finding module specification for 'PyQt5.pyrcc_main' (ModuleNotFoundError: No module named 'PyQt5')
/Users/patrick/dev/vendor/sysroot-ios-64/host/bin/python3.6: Error while finding module specification for 'PyQt5.uic.pyuic' (ModuleNotFoundError: No module named 'PyQt5')

Building native pyrcc5 for an iOS sysroot would allow you to generate pyqt resource files when building for iOS.

Thanks!
-Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180127/adaac2bf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1403 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180127/adaac2bf/attachment.bin>


More information about the PyQt mailing list