I just installed a linux system (Kubuntu) and was wondering if there is a program to make python programs executable for linux.
If you want to obtain a stand-alone binary application in Python try to use a tool like py2exe or PyInstaller.