• Uncategorized

About python-3.x : Pyinstaller-one-file-not-starting-on-Linux

Question Detail

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

Question Answer

No answer for now.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.