Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python executables alarms antivirus

I made a simple GUI (wxpython) application (some static text, buttons, comboboxes etc) and made exe file with pyinstaller, but the Avast antivirus says it's a virus. How can I fix this?

like image 371
user3417784 Avatar asked Sep 14 '25 18:09

user3417784


1 Answers

Send your EXE file to Avast for analysis:

Report a Virus

If you’ve encountered a suspicious file or received what you think is a false-positive virus alert, please contact our Virus Lab for an analysis.

There is also a bug report for PyInstaller about this. The bug was supposedly fixed 13 months ago. Perhaps you should reopen it.

like image 161
Cristian Ciupitu Avatar answered Sep 16 '25 07:09

Cristian Ciupitu