I started to fiddle with PyQt, and made a \"beautiful\" script from the pyqt whitepaper example app (pastebin)
It works perfectly in Windows and Linux (with qt envir
After spending many weeks on this and trying all the alternatives - PyInstaller, py2exe, cx_freeze,... - I created my own library: https://build-system.fman.io/. It is based on PyInstaller but solves many of its common pain points. It also lets you create native installers on Windows, Mac and Linux.