pyqtdeploy-sysroot: AttributeError: module 'sys' has no attribute 'dllhandle'

Patrick Stinson patrickkidd at gmail.com
Thu Oct 15 01:21:17 BST 2020


pyqtdeploy-sysroot builds a python that doesn’t have sys.dllhandle added. In part this makes sense because python is built statically.

However, importing ctypes is not possible because ctypes/__init__.py references sys.dllhandle on windows.

Not sure what needs to be changed.



More information about the PyQt mailing list