How to make a Python script standalone executable to run without ANY dependency? -


I am creating a Python application and do not want to force my clients to install Python and Module. I also want to make my application off-source.

So, is there a way to make the Python script swap executable?

You have already responded and your key was in the .py file < Code> .pyc , compiled C files, such as . Dll in Windows and .so in linux, returning more than usual .pyo and .pyc Benefits in!)

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -