Decision (if, else) routine is not working as intended with CGI module

2008-01-29 Thread epsilon
All: I'm running into trouble figuring this one out. It seems that my decision routine is not working as intended. Does anyone know why my output continues to utilize the else portion of the routine. Thank you, Christopher ++ #!/usr/bin/python import cgi print Content-type:

Re: Decision (if, else) routine is not working as intended with CGI module

2008-01-29 Thread Gabriel Genellina
En Tue, 29 Jan 2008 18:23:41 -0200, epsilon [EMAIL PROTECTED] escribi�: I'm running into trouble figuring this one out. It seems that my decision routine is not working as intended. Does anyone know why my output continues to utilize the else portion of the routine. tag_form =

Re: Decision (if, else) routine is not working as intended with CGI module

2008-01-29 Thread [EMAIL PROTECTED]
On 29 jan, 21:23, epsilon [EMAIL PROTECTED] wrote: All: I'm running into trouble figuring this one out. It seems that my decision routine is not working as intended. Does anyone know why my output continues to utilize the else portion of the routine. Probably because the test expression