Re: Trouble comparing variables in a view

2010-08-21 Thread Steve Holden
On 8/21/2010 8:35 PM, Kevin wrote: > I have attempted to troubleshoot this myself with no luck and am very > confused why a simple IF statement is not working. I have used if > statements in python before and never had such a problem. I am rather > glad to see that PRINT outputs to the console, t

Re: Trouble comparing variables in a view

2010-08-21 Thread Felippe Bueno
did you tried int() ? just an idea ... On Sat, Aug 21, 2010 at 9:35 PM, Kevin wrote: > I have attempted to troubleshoot this myself with no luck and am very > confused why a simple IF statement is not working.  I have used if > statements in python before and never had such a problem.  I am rathe