[python-win32] Very unimportant bug report.

Eryk Sun eryksun at gmail.com
Thu Jun 18 17:25:50 EDT 2020


On 6/18/20, Vernon D. Cole <vernondcole at gmail.com> 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.


More information about the python-win32 mailing list