web and standalone access

James Mills prologic at shortcircuit.net.au
Tue Aug 3 04:25:08 EDT 2010


On Tue, Aug 3, 2010 at 6:15 PM, S.Selvam <s.selvamsiva at 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"



More information about the Python-list mailing list