Using Pyinstaller in Ubuntu

Asked

Viewed 14 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.