Popular recipes by Chris Somerlot http://code.activestate.com/recipes/users/2751654/2008-03-31T09:02:29-07:00ActiveState Code RecipesCreate single-file executables for windows (Python) 2008-03-31T09:02:29-07:00Chris Somerlothttp://code.activestate.com/recipes/users/2751654/http://code.activestate.com/recipes/552749-create-single-file-executables-for-windows/ <p style="color: grey"> Python recipe 552749 by <a href="/recipes/users/2751654/">Chris Somerlot</a> (<a href="/recipes/tags/shortcuts/">shortcuts</a>). </p> <p>This windows batch script uses python and py2exe to create a single, distributable .exe of your python code.</p>