gpt4 book ai didi

适用于 Windows 的 Python 程序可执行文件

转载 作者:太空宇宙 更新时间:2023-11-04 10:30:21 25 4
gpt4 key购买 nike

我安装了 Linux 和 Python 3.5。该程序本身是在 Linux 中制作的,但我需要使其在 Windows 中可执行。我看不到任何可以为 python 3.5 执行此操作的程序。请给我一些工作选择。 pyinstaller、cx_freeze 和 py2exe 不适用于 3.5 enter image description here

在与 depends 斗争了一段时间后,我得到了它: enter image description here不用说它没有启动 exe...

最佳答案

这样问题就解决了。对于 Python 3.5,在通过 pip 安装 pyinstaller 后,您还需要安装 Microsoft visual C++ Redistributable package x86 2010 和 2015 以覆盖丢失的 dll-s 你需要的。之后,当制作.exe 时,您需要指向PyQt5 bin 文件夹。所以最后我的命令是这样的:

C:\Project> "C:\Python35-32\Scripts\pyinstaller.exe" --paths C:\Python32-35\Lib\site-packages\Pyqt5\Qt\bin --onefile --noconsole main.pyw

如果没有 VC_Redistributable 包,这将无法工作,或者即使可以,它也不会在之后启动,显示缺少 dll 文件的错误。这将仅向 .exe 提供库,因此其他文件 (png,txt) 仍必须位于可执行文件的根文件夹中。

关于适用于 Windows 的 Python 程序可执行文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40267099/

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