[PyQt] [pyqtdeploy] _sysconfigdat on Python 3.6+

Ilya Kulakov kulakov.ilya at gmail.com
Thu Dec 21 05:51:59 GMT 2017


Fixed it by manually adding generated module at the build time through our build system.

Here is the command I used to get module's name:

    python -c "import os, sysconfig; print(sysconfig._get_sysconfigdata_name()) if os.name == 'posix' else print('')"

> On Dec 19, 2017, at 10:01 PM, Ilya Kulakov <kulakov.ilya at gmail.com> wrote:
> 
> Hi Phil,
> 
> Have you found a solution for the new _sysconfigdata in Python 3.6?
> Some "core" packages, like pkg_resources, require sysconfig. In my case lack of support broke pyobjc.
> 
> 
> Best Regards,
> Ilya Kulakov
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20171220/4c9909e2/attachment.html>


More information about the PyQt mailing list