pyqtdeploy: Error in sysconfig.get_path('purelib')
Phil Thompson
phil at riverbankcomputing.com
Mon Nov 7 12:54:49 GMT 2022
On 03/11/2022 20:16, Patrick Stinson wrote:
> Looks like that line is added to Lib/sysconfig.py in Python-3.8.
>
> _imp.extension_suffixes() returns [] for pyqtdeploy,
> so sysconfig._init_non_posix() will always fail.
It's a straightforward Python bug which I have reported. It only affects
Windows with dynamic loading disabled. Can you work around it by
catching and ignoring the exception?
Phil
More information about the PyQt
mailing list