Re: Simple python + html + from --> to python script

2006-10-25 Thread J. Clifford Dyer
Good point. I forget sometimes, because that's how I learned, but I came in with some background in other scripting languages, so I guess I knew what I was looking for. Thanks. Cliff flit wrote: > Sorry but for a totally newbie the lib doccumentation doesnt help.. > The target audience for th

Re: [0T] Re: Simple python + html + from --> to python script

2006-10-25 Thread Bruno Desthuilliers
Bruno Desthuilliers wrote: (snip) > (snip) > Also, the "button" tag doesn't require a end tag. oops ! Sorry, your syntax was ok - button elements actually requires the end tag. my bad :( -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMA

Re: [0T] Re: Simple python + html + from --> to python script

2006-10-24 Thread Steve Holden
Bruno Desthuilliers wrote: > flit a écrit : > >>Hello All, >> >>I am trying to get information from a form and send it to a python >>script without success.. >>Here is my objective: >> >>User enters data in form --> form send variables to python script --> >>script runs and output result. > > >

[0T] Re: Simple python + html + from --> to python script

2006-10-24 Thread Bruno Desthuilliers
flit a écrit : > Hello All, > > I am trying to get information from a form and send it to a python > script without success.. > Here is my objective: > > User enters data in form --> form send variables to python script --> > script runs and output result. If the script has side-effects (adding

Re: Simple python + html + from --> to python script

2006-10-24 Thread flit
Sorry but for a totally newbie the lib doccumentation doesnt help.. The target audience for the docs are for "grown ups" programmers.. I think I will do some tutorial, in baby steps... J. Clifford Dyer wrote: > A good starting place would be the documentation on python.org. > > In this case, the p

Re: Simple python + html + from --> to python script

2006-10-24 Thread J. Clifford Dyer
A good starting place would be the documentation on python.org. In this case, the python library reference would have been helpful: http://docs.python.org/lib/lib.html Cheers, Cliff flit wrote: > Man > Very thanks... > I really try to find some source of good and simple and nothing.. > Man

Re: Simple python + html + from --> to python script

2006-10-24 Thread flit
Man Very thanks... I really try to find some source of good and simple and nothing.. Many thanks you are a great help! Steve Holden wrote: > flit wrote: > > Hello All, > > > > I am trying to get information from a form and send it to a python > > script without success.. > > Here is my objecti

Re: Simple python + html + from --> to python script

2006-10-24 Thread Steve Holden
flit wrote: > Hello All, > > I am trying to get information from a form and send it to a python > script without success.. > Here is my objective: > > User enters data in form --> form send variables to python script --> > script runs and output result. > > the form code > > Entre com > os dado

Simple python + html + from --> to python script

2006-10-24 Thread flit
Hello All, I am trying to get information from a form and send it to a python script without success.. Here is my objective: User enters data in form --> form send variables to python script --> script runs and output result. the form code Entre com os dados Entre com os dados Vai magraum