To elaborate, I figured out this is because of a string/int comparison: my valid info is: days= range(1,31)
formencode doesn't like that. it works if i do: days= ["%s"%i for i in range(1,31) ] does anyone have a method of allowing string/int type comparisons using formencode? or do i need to be treating every formencode field as a string --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
