This repo provides an example of how to create a single-file Windows executable from a Python app using PyInstaller. The general approach is largely based on Luke Lee's excellent Real Python article ...
The executable built by Pyinstaller fails with: Traceback (most recent call last): File "<string>", line 14, in <module> File "C:\Users\<user>\Documents\workspace ...