On Wed, Jun 10, 2020 at 11:49 PM Robin Becker <ro...@reportlab.com> wrote:
>
> I'm sure this has come up before, but a tiny pyinstaller created exe is being 
> seen as malware by windows 10.
>
> Is there any way to create simple single file applications which don't get 
> this treatment?
>
> The intended users are unlikely to understand how to adjust the scanner to 
> whitelist the application.

Tell them to install Python from an official source, and then
distribute your application as a single .py (or .pyw) file. Problem
solved.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to