Python Forum

Full Version: Executable looks like virus to windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys i have question about executable. When i make exe. from my script anywhere i run this program, windows shows there can be potential thread or virus. How can i stop this? How can i make this executable look good to windows and not like virus ?
Quote:When i make exe. from my scrip
How did you make the exe?
show steps
Hello thank you for your reply ! I use pyinstaller with this command. pyinstaller --onefile -w script.py or pyinstaller --onedir -w script.py

That is how i do it
almost certainly it's a false positive
https://www.google.com/search?q=pyinstal...tive+virus
you can report false positive to your AV
Thank you a lot !!