I discourage making your own binaries using setup_exe.py unless you need to package additional binary python modules that do not come with the official distribution. It is a delicate process that can go wrong and the produced binaries may violate the GPL license.
Instead this process is easier: http://web2py.com/book/default/chapter/12#How-to-Distribute-your-Applications-as-Binaries and license compliant. Massimo On Nov 9, 6:27 am, Bruno Rocha <[email protected]> wrote: > I use this script to create my custom web2py.exe > > http://code.google.com/p/web2py/source/browse/setup_exe.py > > 2010/11/9 cjrh <[email protected]> > > > Is there a recipe somewhere showing how the binary win version of > > web2py is produced? I would like to make my own custom zip for > > easier in-house distribution, and using different version of python, > > for example. > > -- > > http://rochacbruno.com.br

