Prev: please, help with python 3.1
Next: PIL
From: James Mills on 3 Aug 2010 04:25 On Tue, Aug 3, 2010 at 6:15 PM, S.Selvam <s.selvamsiva(a)gmail.com> wrote: > I have a case where my application needs to run as a standalone application > and also allow web based access. > > What could the best python framework to implement it. Both CherryPy and circuits.web sport a "single click 'n run" capability using python's webbrowser module. 1. http://tools.cherrypy.org/wiki/SingleClickAndRun 2. http://bitbucket.org/prologic/circuits/src/tip/examples/web/singleclickandrun.py I'm sure there are many other suitable frameworks and way of doing this. I've been experimenting myself with embedded circuits.web with pygtk and webkit with some success (similar to Adobe Air). cheers James -- -- James Mills -- -- "Problems are solved by method"
|
Pages: 1 Prev: please, help with python 3.1 Next: PIL |