I don't know how to make python executable on any linux. On Windows I know how t do it, it's my first time on Linux. I turned my python script into exe with ease (auto-py-to-exe). But I don't want my app to be distro specific (only .deb or .rpm). I just want to make it like executable binary.
I tried pyinstaller and it didn't work.
I don't know how to make python executable on any linux. On Windows I know how t do it, it's my first time on Linux. I turned my python script into exe with ease (auto-py-to-exe). But I don't want my app to be distro specific (only .deb or .rpm). I just want to make it like executable binary.
I tried pyinstaller and it didn't work.
Share Improve this question asked Mar 20 at 17:46 anonymous 6598anonymous 6598 131 silver badge7 bronze badges 5 |1 Answer
Reset to default 0Solved. Just fot to add some parameters.
pyinstaller
is the answer. Why didn't it work? What happened? – Tim Roberts Commented Mar 20 at 18:00