python - Not able to run Pyinstaller executable on Linux -
i trying out pyinstaller first time. created file named hello.py 1 line of code:
print "hello" i used following command make binary:
pyinstaller hello.py the process completed , binary created @ dist/hello. not able run binary file. when tried run terminal, got,
bash: .: hello: cannot execute binary file i tried double click nautilus nothing happening. how can run binary file?
i using ubuntu 16.04
got running typing relative path dist/hello in terminal
Comments
Post a Comment