- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我在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/
Linux 安装 本章节我们将为大家介绍Linux的安装。 本章节以 centos6.4 英文版为例。 centos6.4 下载地址: 网易镜像:http://mirrors.163.com
本博文目的:在非服务器、而且没有证书颁发机构(Certificate Authority简称CA)的开发环境中,配置HTTPS,SSL用于测试或学习 1、建造测试网站 1.在桌面上建立个文件夹
我是一名优秀的程序员,十分优秀!