Преобразование .py в .exe с помощью pyinstaller с тегом -w/-windowed мигает как поврежденный файлPython

Программы на Python
Гость
Преобразование .py в .exe с помощью pyinstaller с тегом -w/-windowed мигает как поврежденный файл

Сообщение Гость »


I am converting a Tkinter GUI python program to .exe file using pyinstaller, while converting if i use -windowed tag my system is flashing it as a virus and my antivirus is halting the process and even without the antivirus, windows defender is causing the same issue:
Изображение
Изображение
I tried bypassing the antivirus but it still is causing issues.
Can someone suggest me some other way to convert .py file to .exe or could help me rectify this issue it would be great!!


Источник: https://stackoverflow.com/questions/781 ... shing-as-a

Вернуться в «Python»