Via another thread, I also remembered this issue...

Pylons' setup.py has this in install_requires: 

WebOb>=1.1.1
If you do an easy_install/pip upgrade , it'll fetch the most recent WebOb 
-- which is in the 1.2 or 1.3 branch

Unfortunately, in WebOb 1.2a1 , there was this deprecation...

https://github.com/Pylons/webob/blob/master/docs/news.txt
1.2a1
---------
* Remove UnicodeMultiDict class; the result of ``Request.GET`` and
  ``Request.POST`` is now just a plain ``MultiDict``.

So you either need to :

a- remove UnicodeMultiDict from your code
or
b- revert to earlier webob `easy_install WebOb==1.1.1


IIRC, I also think I had an issue with routes upgrading too high during 
migration too.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to