ronrsr wrote: > I'm having trouble extracting cgi parameters in my code - this is a web > application, so I only know the line that's causing the problem.
seen this:
http://docs.python.org/lib/module-cgitb.html
?
> temp = str(form("citation").value)
did you perhaps mean form["citation"] ?
</F>
--
http://mail.python.org/mailman/listinfo/python-list
