New submission from Steve Dower: The Windows installer attempts to load one of the public facing API sets to detect the current CRT version. However, on Windows 10, these DLLs are not directly loadable.
We should probably just load ucrtbase.dll directly for the version check. ---------- assignee: steve.dower components: Installation, Windows messages: 246425 nosy: paul.moore, steve.dower, tim.golden, zach.ware priority: high severity: normal status: open title: Windows installer incorrectly detects CRT version on Windows 10 type: behavior versions: Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24584> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com