done. good job.

On Sep 20, 6:44 pm, Praneeth Bodduluri <life...@gmail.com> wrote:
> Hello all,
>
> I have been looking at using cxfreeze to create a web2py standalone
> exe with custom libraries added in. Attached is the script used - Can
> be used if you want to repackage web2py's windows exe adding in custom
> libraries.
>
> One of the major advantages of using cxfreeze for creating the
> standalone exe is the avoidance of the need for copying "MSVCR90.dll"
> to create the exe [ needed by py2exe 
> ->http://www.py2exe.org/index.cgi/Tutorial#Step52]. This allows for
> easy building of the standalone exe with python 2.7.
>
> Massimo:
>
> The quit function in gluon/widget.py needs the sys.exit replaced by
> sys.exit(0) for the proper exit when using cxfreeze to create a
> standalone exe. i.e line 325 of gluon/widget.py needs to be replaced
> with sys.exit(0) . I would be grateful if you could make the change.
>
> Best Regards,
> Praneeth
>
>  standalone_exe_cxfreeze.py
> 2KViewDownload

Reply via email to