Popular recipes by Joerg Raedler http://code.activestate.com/recipes/users/932607/2003-08-11T05:44:03-07:00ActiveState Code Recipesbinding main skript and modules to one executable with python-2.3 under UNIX (Python) 2003-08-11T05:44:03-07:00Joerg Raedlerhttp://code.activestate.com/recipes/users/932607/http://code.activestate.com/recipes/215301-binding-main-skript-and-modules-to-one-executable-/ <p style="color: grey"> Python recipe 215301 by <a href="/recipes/users/932607/">Joerg Raedler</a> . </p> <p>Some python applications contain a main skript and some additional modules. By using zipimport from python-2.3 and some help of the shell one may bind all needed files (except the python interpreter and its standard modules) into one executable. This eliminates the need for an expensive installation.</p>