I tried to use Pyinstaller to create an executable file on linux but it does not work.
I create very little test code on Linux Mint
using Python3 V 3.8.10
using venv
using pyinstaller 4.10
It create one file and I can start it in terminal with ./ command
however impossible to start with double click in Linux.
FYI I did exactly the same process on my Mac OS there it works on double clict the one executable start terminal on double click.
FYI allow the execute the file as program is activated -rwxrwxrwx
So I am really stacked 🙂
If someone could help me this would be great
Thanks