https://bugs.documentfoundation.org/show_bug.cgi?id=144902
--- Comment #35 from Mike Kaganski <[email protected]> --- (In reply to ywupub from comment #32) Very interesting! The result comes from LoadLibraryExW calls, which are called with LOAD_LIBRARY_SEARCH_DEFAULT_DIRS flag. That flag has this note [1]: > Windows 7, Windows Server 2008 R2, Windows Vista and Windows Server 2008: > This value requires KB2533623 to be installed. So it might be actually the problem then. And maybe that's the thing changed in Python 3.8, as Ming Hua suspected? ywupub: could you please check if you do have this update installed? [1] https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryexw -- You are receiving this mail because: You are the assignee for the bug.
