简体   繁体   English

Pyinstaller 引导加载程序的编译器问题

[英]Problem with compiler for bootloader of Pyinstaller

easy question here (I hope), I am a noob about this topic.简单的问题在这里(我希望),我是这个话题的菜鸟。

I am facing problem of "virus" with the ".exe" file generated by pyinstaller.我正面临 pyinstaller 生成的“.exe”文件的“病毒”问题。 I read that a new bootloader of pyinstaller could help.我读到 pyinstaller 的新引导加载程序可以提供帮助。

So following these links:所以按照这些链接:

how to recompile the bootloader of Pyinstaller 如何重新编译Pyinstaller的bootloader

https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html#id9 https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html#id9

and I stop at this point:我在这一点上停下来:

程序主要步骤的输出

So I installed this package:所以我安装了这个包:

Microsoft Visual C++ Redistributable per Visual Studio 2019 - VC_redist.x56.exe每个 Visual Studio 2019 的 Microsoft Visual C++ Redistributable - VC_redist.x56.exe

But it did not work.但它没有用。 I have no idea how to teach python /system to find the Compiler.我不知道如何教 python /system 找到编译器。

I tried to install the TDM-GCC compiler, I run it and I got:我尝试安装 TDM-GCC 编译器,运行它并得到:

TDM-GCC 编译器测试

I have no other idea.我没有别的想法。

Please help请帮忙

Luca卢卡

I installed this version of Visual Studio package:我安装了这个版本的 Visual Studio 包:

神奇的 Visual Studio 包(对不起意大利语)

and the g++ compiler has been installed correctly.并且 g++ 编译器已正确安装。

I followed the procedure written here:我按照这里写的程序进行操作:

how to recompile the bootloader of Pyinstaller 如何重新编译Pyinstaller的bootloader

and I obtain a perfect version of pyinstaller with no virus checked with virustotal.com我获得了一个完美版本的 pyinstaller,没有使用virustotal.com 检查过病毒

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM