pyinstaller

Chris Angelico rosuav at gmail.com
Wed Jun 10 10:02:58 EDT 2020


On Wed, Jun 10, 2020 at 11:49 PM Robin Becker <robin at 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


More information about the Python-list mailing list