pyinstaller executable doesn't run in Ubuntu 18.04.1
问题 I looked through other posts and they didn't seem to address the specific issue where nothing happens when I try to execute a compiled program. Not sure if this is an Ubuntu issue or a python issue... Either way I'm very new to both so I'm sure there's some simple answer to this. I wrote a simple program print("hello") input("now") and used pyinstaller to compile it into a single file. pyninstaller --onefile test.py When I try to run the file by double clicking it in the GUInothing at all