【发布时间】:2017-06-12 20:14:52
【问题描述】:
我正在使用 python 给我的朋友做一个小项目,我把项目发给了他(在使用 cx_Freeze 之后),我把所有的文件夹都发给了他,我在其他没有 python 的 PC 上检查了程序并且它工作.首先错误是windows缺少文件“api-ms-win-crt-stdio-l1-1-0”,所以我从我的电脑向他发送了这个文件,但现在错误是:
"the procedure entry point ucrtbase_stdio_common_vfprintf could not be located in the dynamic link libary api-ms-win-crt-stdio-I1-1-0.dll"
【问题讨论】: