【发布时间】:2020-10-31 17:52:40
【问题描述】:
这里有一个简单的问题(我希望),我是这个话题的菜鸟。
我遇到了 pyinstaller 生成的“.exe”文件的“病毒”问题。 我读到 pyinstaller 的新引导加载程序可能会有所帮助。
所以点击这些链接:
how to recompile the bootloader of Pyinstaller
https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html#id9
我停在这一点上:
所以我安装了这个包:
Microsoft Visual C++ Redistributable per Visual Studio 2019 - VC_redist.x56.exe
但它没有工作。我不知道如何教 python /system 找到编译器。
我尝试安装 TDM-GCC 编译器,我运行它并得到:
我没有别的想法。
请帮忙
卢卡
【问题讨论】:
标签: python c++ pyinstaller virus