Hey folks, hoping someone has some idea of what this means, cause I don't!

When I upgraded an app from webob 1.1 to 1.2.3, I got the following
traceback:
2010   File
"/home/SD37_2012/trunk/SD37/framework_src/xornot.cms/xornot/cms/fields/__init__.py",
line 300, in get_subform_tmpl_dict
2011     fake_req.GET['_revision'] = revision.id
2012   File
"/home/SD37_2012/trunk/SD37/eggs/WebOb-1.2.3-py2.6.egg/webob/multidict.py",
line 300, in __setitem__
2013     self.on_change()
2014   File
"/home/SD37_2012/trunk/SD37/eggs/WebOb-1.2.3-py2.6.egg/webob/multidict.py",
line 294, in on_change
2015     data = [(e(k), e(v)) for k,v in self.items()]
2016   File
"/home/SD37_2012/trunk/SD37/eggs/WebOb-1.2.3-py2.6.egg/webob/multidict.py",
line 293, in <lambda>
2017     e = lambda t: t.encode('utf8')
2018 AttributeError: 'long' object has no attribute 'encode'


The above was fine with 1.1. Anyone have any idea of what I should be
looking at or why this would become an issue?

thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to