compilation - Compiling python files -


how compile python file exe?

so user can run file double clicking , not going through python shell

does know how?

thanks

there several python compilers available:

cython

pypy

nuitka

shedskin


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -