TypeError: not indexable in cgi.py?

Richard Jones richard at bizarsoftware.com.au
Thu Aug 23 01:17:47 EDT 2001


On Thursday 23 August 2001 15:06, Kurt Jansen wrote:
> Sorry if this may be a newbie question, but that is exactly what I am.

Don't apologise, we're here to help :)


> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML>
> <HEAD>
> <TITLE>Family Information</TITLE>
> </HEAD>
> <BODY><FORM method="POST" action="/cgi-bin/formhandler.py"
> enctype="text/plain" target="_self">First Name<INPUT size="12" type="text"
> name="fname" maxlength="20"> Last Name <INPUT size="15" type="text"
> name="lname"><BR> <INPUT type="submit" name="sub" value="Submit"></FORM>
> </BODY>
> </HTML>

I'm not sure what the exact problem is, but that enctype="text/plain" could 
be the culprit.


   Richard




More information about the Python-list mailing list