How to package a Python app and the Python interpreter in a single EXE

This article describes solutions to create a single executable file containing a Python application/script and the Python interpreter DLL with all necessary libraries. The executable file can then be launched on any system even if Python is not installed.

Existing solutions:

Useful additional tools:

Tutorials:

Alternatives:

 

This page was created on the 04/03/2009, last edit 08/12/2011.

To be continued...