Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

TypeError: can only concatenate tuple (not "list") to tuple #52

Open delijati opened 11 years ago

delijati commented 11 years ago

I get this error with python 2.7.3

TypeError: can only concatenate tuple (not "list") to tuple

dnouri commented 11 years ago

Hmm, this seems to have changed between some versions of deform? I'd rather we do not assume it's a list or a tuple, but maybe convert it into a list first, then concatenate. Can you check the deform sources to see whether it's list or tuple there, and when it might have changed?