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:
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:
I have no other idea.
Please help
Luca