Making python programs as executables on Windows and Linux

published Sep 16, 2010 01:20   by admin ( last modified Sep 16, 2010 01:20 )

This is just a note to self on what I used to make executables of my python programs for Linux and Windows respectively. It is now some time since I did i t so I had to look at the documentation I wrote for play-next-pause:

 

It is pyinstaller for Linux and Py2exe for Windows.