gpt4 book ai didi

python - 如何使用py2exe在中文版XP上编译应用程序,同时使其在英文版XP中运行?

转载 作者:太空宇宙 更新时间:2023-11-03 19:00:24 25 4
gpt4 key购买 nike

我在Windows XP(中文版)中使用py2exe编译了我的Python程序,但它无法在Windows XP(英文版)上运行。当我在 Windows XP 英文版中运行它时,窗口显示:

This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem.

如何让应用程序在英文版XP上运行,同时在中文版XP上编译?

最佳答案

我认为您的问题不在于您创建 .exe 的语言。查看此线程 Application has failed to start ... application configuration is incorrect - VC++ 2005 Runtime Problem 。您必须包含 VC++ 运行时的 dll,如下所示:

Microsoft.VC90.CRT.manifest
msvcm90.dll
msvcp90.dll
msvcr71.dll
msvcr90.dll

将其放入您的 dist 文件夹中。并在 Windows XP 中以英语测试执行您的应用程序。

关于python - 如何使用py2exe在中文版XP上编译应用程序,同时使其在英文版XP中运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16184199/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com