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.