0
Good morning good people
In my Ubuntu 20.04 created a file . py and tried to package using pyinstaller.
a = "Deu certo"
print(a)
He created but when I went to dist and ran the operating system returned the following message:
"There is no application installed for "shared library" files. You want to search for an application to open this file?"
I believe my only must be missing some lib.
What can I do?