Home python python script is recognized as a virus

python script is recognized as a virus

Author

Date

Category

There was a problem. There is a Python project, which with Pyinstaller has been converted from PY to EXE. After that, my anti-virus considers this file with a virus and removes. What to do with it? (If the program is not a virus)


Answer 1, Authority 100%

This happens because pyinstaller unpacks files and a python interpreter in the TEMP folder, so antiviruses do not like such programs. You can also get the source code of your program if you are compiled via pyinstaller.
Try using Nuitka – https://pypi.org/project/nuitka/

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions