I am not sure I understand what you want to do. If you name your app init, it will be the default app in web2py. If you unzip web2py binary, run it, create the init app, and re-zip it, this is as close as it gets to create an executable. The executable is web2py, not your app, but your app comes with it and starts when web2py starts.
You can also install your "init" app bytecode compiled so that you do not give away the source code. Massimo On Mar 24, 10:48 am, Joseph Jude <[email protected]> wrote: > Massimo, > I understood the license part. I believe using web2py, I could > create .exe & .apps. Is there any documentation on how to go about - > like steps to use setup.py? > > Thx, > Joseph > > On Mar 24, 7:38 pm, mdipierro <[email protected]> wrote: > > > You can get the current binary versions, create your app and rezip it, > > as long as you comply with the license. > > > On Mar 24, 8:05 am, Joseph Jude <[email protected]> wrote: > > > > Is there any guide/documentation on how to create stand-alone > > > applications of web2py (on windows/mac)? > > > > Thanks, > > > Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

