-2

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. I read that a new bootloader of pyinstaller could help.

So following these links:

how to recompile the bootloader of Pyinstaller

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

and I stop at this point:

Output for the main step of procedure

So I installed this package:

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

But it did not work. I have no idea how to teach python /system to find the Compiler.

I tried to install the TDM-GCC compiler, I run it and I got:

TDM-GCC compiler test

I have no other idea.

Please help

Luca

sepp2k
  • 363,768
  • 54
  • 674
  • 675

1 Answers1

0

I installed this version of Visual Studio package:

The magic Visual Studio package (sorry for Italian)

and the g++ compiler has been installed correctly.

I followed the procedure written here:

how to recompile the bootloader of Pyinstaller

and I obtain a perfect version of pyinstaller with no virus checked with virustotal.com