[PyQt] Problems building PyQt with Python 3.8.1 on Windows

Boudewijn Rempt boudewijnrempt at gmail.com
Thu Feb 6 15:37:01 GMT 2020


the curious thing is that with the latest PyQt, the __init__.py already
does that, and it still doesn't work  I've verified that add_dll_directory
is called with the right path on initialization, but I still get the same
error.

On Thu, Feb 6, 2020 at 3:36 PM Barry <barry at barrys-emacs.org> wrote:

>
>
> On 4 Feb 2020, at 12:42, Boudewijn Rempt <boudewijnrempt at gmail.com> wrote:
>
> 
>
> On Tue, Feb 4, 2020 at 12:34 PM Phil Thompson <phil at riverbankcomputing.com>
> wrote:
>
>> de Python to 3.8.1, it doesn't.
>>
>> Is it easy to check v3.8.0?
>>
>>
> It should be reasonably easy, but I'm wondering whether I haven't actually
> found the issue:
>
> https://docs.python.org/3/whatsnew/3.8.html#bpo-36085-whatsnew
>
> which says I probably should add explicit paths to dll's that that the pyd
> uses even if windows and deps walker can find them without any problems.
>
>
> A change in Windows to improve security.
>
> I had to do this for one of my projects to add the explicit path to the
> DLLs I needed to load.
>
> Barry
>
>
> Boud
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200206/2e25a970/attachment.html>


More information about the PyQt mailing list