#๐ Windows defender HATES window based auto-py-to-exe. Any way to fix this?
7 messages ยท Page 1 of 1 (latest)
@celest oar
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
They hate pyinstaller too, the one (actual) compiler which I had the least issue with (not none, still flagged as virus every now and then) is nuitka
add exception on windows defender
I always choose whole project folder to be "unlisted" on safescans etc. can compile w/o problems
Windows detects alot of "false positive" things, for your own saftey. for example, if a programm uses admin rights to start, without you choosing it by urself, mostly it also gets detected, if it has any automatic functions in it, kinda stupid
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.