Currently the application calls for a hard-coded python environment. My fix is to use sys.executable to dynamically launch GUI instead of hard-coded env path. Currently, main.py launches the GUI by ...
A new project, written in Rust, aims to make it easier to package and distribute a Python application as a standalone binary executable—something that has long been a pain point for Python developers.