There is a project PyWhip (renamed as PyKata) which aims for the same purpose. Google AppEmgine + Django does the trick for that. May be you can take an inspiration or two from there especially because all code is open to/for you.
~l0nwlf On Wed, Mar 24, 2010 at 2:54 AM, Patrick Maupin <[email protected]> wrote: > On Mar 23, 3:12 pm, Tim Golden <[email protected]> wrote: > > I can't say I thought *very* hard before sending that but... > > The OP asked for "integrate Python in Web Pages with HTML" > > which I understood -- perhaps wrongly -- to mean: run Python > > in the browser. The only two ways I'm aware of doing that > > in Python are the undersupported Python-as-IE-scripting-language > > and IronPython/Silverlight. > > If I had to run Python in a browser, the first thing I would do is > turn to Pyjamas: http://pyjs.org/ > > Regards, > Pat > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list
