Fix for bug in pyqtdeploy:specification.py

Phil Thompson phil at riverbankcomputing.com
Fri Oct 9 22:17:50 BST 2020


On 09/10/2020 21:34, Patrick Stinson wrote:
> pyqtdeploy-sysroot triggers a python bug on some python installs. It
> is a simple workaround in pyqtdeploy/sysroot/specification.py:
> 
> from importlib import util as importlib_util
> 
> ...should be used instead of...
> 
> Import importlib; importlib.util
> 
> I used pyenv to install python-3.7.8 then installed pyqtdeploy using
> pip. The bug did not occur when using a host python-3.7.8 built myself
> from source.

Already fixed...

https://www.riverbankcomputing.com/hg/pyqtdeploy/rev/a2fc0d3be951

Phil


More information about the PyQt mailing list