Re: [Tutor] python processing of web html forms

2006-08-03 Thread Lloyd Kvam
On Thu, 2006-08-03 at 10:38 -0700, Jeff Peery wrote: > Hello, I want to use python to process information input into a HTML > form on my website. how is this typically performed? I saw cherrypy > and also quixote for web python stuff... I have no experience with > python on the web. Thanks. TurboG

Re: [Tutor] python processing of web html forms

2006-08-03 Thread Mike Hansen
__ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Peery Sent: Thursday, August 03, 2006 11:38 AM To: tutor@python.org Subject: [Tutor] python processing of web html forms Hello, I want to us