As shown, I use pyinstaller in the generated when I was written in pygame game, after the generated exe file is always opened soon stop running,
Later found that at the time of running pyinstaller always appear a lot of this (XXXX represent different places)
Warnning: lib not found: the API - ms - win - core - XXXX - l1-1. DLL dependency of C: \ WINDOWS \ system32 \ ucrtbase DLL
I tried both 32-bit and 64 - bit Python will appear this problem,
Don't know if it was caused by the problem of exe file can not run,
How should I solve this problem?