On Tue, Aug 3, 2010 at 6:15 PM, S.Selvam <s.selvams...@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"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to