I created a basic program with kivy GUI framework, then built linux executable with PyInstaller on Zorin OS. It works fine there without any errors, but when same executable ran on Linux Mint, it throws GLX error.
The code independently is running fine on all distros, also executables created by other methods are working fine on all distros. I further confirm that GLX libraries are properly installed as no errors encounterd while running glxgears command.
Logs Attached
I created a basic program with kivy GUI framework, then built linux executable with PyInstaller on Zorin OS. It works fine there without any errors, but when same executable ran on Linux Mint, it throws GLX error.
The code independently is running fine on all distros, also executables created by other methods are working fine on all distros. I further confirm that GLX libraries are properly installed as no errors encounterd while running
glxgearscommand.Logs Attached