Just found a very interesting project called cx_Freeze. It’s basically like py2exe and installer in that it bundles a python program into a standalone executable with the related shared libraries so that it can run on a machine without Python. This one, however, seems to work for a wide variety of target platforms including Windows, ...