On 6/18/20, Vernon D. Cole <[email protected]> wrote: > I am testing the installation of our newest version 228 of pywin32. > > When attempting to install pywidn32 on the 32-bit version of Python > 3.8 on *Windows 7 *32 bit, I get the following error: "The procedure > entry point ucrtbase.terminate could not be located in the dynamic > link library api-ms-win-crt-runtime-l1-1-0.dll."
Python 3.8 officially supports Windows 7, but the OS has to be kept updated (e.g. KB2533623 is required for new loader flags and AddDllDirectory). I'd check optional Windows updates for a C runtime update. If that doesn't fix the problem, an issue should probably be opened -- at least for tracking. _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
