Rather than converting to an independent GUI, you might consider creating a standalone browser-based app -- see http://web2py.com/books/default/chapter/29/14#How-to-distribute-your-applications-as-binaries. The web2py Application Development Cookbook<http://www.packtpub.com/web2py-application-development-recipes-to-master-python-web-framework-cookbook/book?utm_source=web2pycookbook.com&utm_medium=link&utm_content=authorsite&utm_campaign=mdb_009921>also includes a recipe for building a standalone app with web2py and wxPython (see the source code<https://github.com/mdipierro/web2py-recipes-source/tree/master/source/11_Other_Tips_and_Tricks/13_Making_standalone_apps_with_web2py_and_wxPython> ).
Anthony On Sunday, June 10, 2012 6:56:09 AM UTC-4, miroslavgojic wrote: > > Is it possible to write web2py application and after that convert to > independent GUI executable application. > Or I need to write them separately, one in web2py and other like Python > programing in some IDE. > Both this application should have same functionality. >

