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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -