Daily Shaarli

All links of one day in a single page.

April 12, 2024

python 3.x - Py2Exe application flagged as malware by Windows Defender; what to do? - Stack Overflow
thumbnail

I have an application I wrote for my company in Python 2.x, PyQT4, and MySQLdb and packaged with py2exe.

Recently, I made some updates to the application, Porting it to Python 3.4 and PySide. I a...