On Wed, Oct 06 2010, delegb...@dudupay.com wrote:

> Got it fixed.
> Thanks y'all.
>
> I defined a variable out of scope.
> I ran it on my IDE to discover it.
> rowNumber was out of scope.

[...]

Put the following line

import cgitb ;cgitb.enable() 

at the top of your file if you're using it as a CGI. Any tracebacks will
be reported as nicely formatted HTML.

Also, Python CGI is a really archaic way to go. The interpreter startup
time is quite high. If you *must* use CGI, consider another language
like Perl.

-- 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to