Possible Dependency-Bug in Pylons 1.0 for WebOb-Package
15 views
Skip to first unread message
thomas...@googlemail.com
unread,
Oct 17, 2011, 5:01:08 AM10/17/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-devel
Hello,
the dependencys for Pylons 1.0 define the WebOb-Package as >=0.9.6.1.
The Problem is, there is currently a 1.2b-Version of WebOb available,
which is not compatible with Pylons because the UnicodeMultiDict-Class
was removed and Pylons crashes on startup.
Max Avanov
unread,
Oct 20, 2011, 4:48:57 AM10/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons...@googlegroups.com
I came across thistoo. The dependency string should be replaced with webob==1.1.1, and I hope maintainers will fix it soon.