> Strangely, the calls to print form.get('author') and
> form.get('password') don't appear in the output. Only the form.keys()
> appears.

I don't have this  on the top of my head, but I'm pretty sure you have to
get the 'value' attribute, as in:

print form.get('password').value

do a dir (form.get('password')) and see what attributes are available...

Hugo
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to