Hi Jonathan,
Thanks for your mail. While upgrading the pylons core to 1.0, I stumbled upon the following error while running paster : File "/home/pinakee/pylons101_env/lib/python2.7/site-packages/pylons/decorators/_ _init__.py", line 17, in <module> from webob.multidict import UnicodeMultiDict ImportError: cannot import name UnicodeMultiDict It seems the latest version of WebOb has deprecated UnicodeMultiDict. I tried installing the older version of WebOb (1.0.7/1.0.8) but it is conflicting with the WebOb needed by the latest Pylons. Looks like a catch 22 situation J. Could you please help me in resolving the above issue? I am not sure if I have done anything wrong in installation. I just did the following in the virtual environment to install Pylons 1.0: Ø Pip install “Pylons == 1.0” Looking forward to your response and support… Thanks, Pinakee Biswas Director & CTO cid:E95B8D36-1F36-4B11-B91A-CF8977B83894 From: pylons-discuss@googlegroups.com [mailto:pylons-discuss@googlegroups.com] On Behalf Of Jonathan Vanasco Sent: 06 March 2013 22:46 To: pylons-discuss@googlegroups.com Cc: vi...@vvidiacom.com Subject: Re: Restrictions in named grouped if you're on 0.10 and not having any deprecation warnings , you should be able to switch over to 1.0 without any changes to your code. you just upgrade the pylons core to 1.0/1.01 I believe the 0.10 branch has a lot of extra code that allows for some pylons 0.9.7 idioms to work in the 1.0 environment -- so it effectively supports both. but that comes at a cost of increased overhead. -- 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 pylons-discuss+unsubscr...@googlegroups.com. To post to this group, send email to pylons-discuss@googlegroups.com. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- 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 pylons-discuss+unsubscr...@googlegroups.com. To post to this group, send email to pylons-discuss@googlegroups.com. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
<<image001.jpg>>