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