I need to package my Python application, its dependencies and Python into a single MSI installer. The end result should desirably be:
Kind of a dup of this question about how to make a python into an executable.
It boils down to:
py2exe on windows, Freeze on Linux, and py2app on Mac.