Oops. My bad. I did in fact have this line of code before calls to form:
form = cgi.FieldStorage()
I changed the except command from "pass" to "print sys.exc_info()" as per
your suggestion. Still, however, the form just renews itself without
offering any information whatsoever. You can see this h
Hi:
When the form comes up the first time, there is the default value for num.
When I fill in a number in the form and press send, even though the form
sends to itself (same page name), I would think it would read the number
sent. Here again is the code:
from primeNumbers import primeNumbers
try: