Re: [TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Paul Johnston
Hi, You can manually install a specific version of webob using pip. See the pip docs for details. Sounds like we need to remove references to UnicodeMultiDict from tw2. Paul -- You received this message because you are subscribed to the Google Groups ToscaWidgets-discuss group. To post to

Re: [TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Paul Johnston
Hi, And just to follow up on myself one more time... Who did the 2.0b8 release to PyPI on 7 Oct? Which repository was the code for this release taken from? I notice the release number does match that checked-in to https://bitbucket.org/paj/tw2core/ Paul On Sun, Oct 16, 2011 at 9:47 AM, Paul

Re: [TW] Possible trouble ahead with changes to WebOb?

2011-10-16 Thread Paul Johnston
Hi, I notice in their commit log that Response.request is now un-deprecated. I'm glad - didn't fancy rejigging this! Paul DeprecationWarning: The attribute None is deprecated: Response.request will be removed completely in 1.4 What it's complaining about is the writing to Response.req to

[TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Rob
Hi Paul, and thanks. In order to try getting this to work, I attempted to install an earlier version of webob in a virtualenv before using the pip install (for the tw2 packages) -- but if my memory serves, the installation went ahead and upgraded the webob package (as I say, apologies if this is

Re: [TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Paul Johnston
Hi, In order to try getting this to work, I attempted to install an earlier version of webob in a virtualenv before using the pip install (for the tw2 packages) -- but if my memory serves, the installation went ahead and upgraded the webob package Ok, I didn't think it would, but I'm no pip

Re: [TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Ralph Bean
That was me! The code was from http://bitbucket.org/ralphbean/tw2core When I tried to merge in your repo, tests started failing. Re-trying that now. Excerpts from Paul Johnston's message of Sun Oct 16 04:51:46 -0400 2011: Hi, And just to follow up on myself one more time... Who did the

Re: [TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Ralph Bean
Paul- Three tests still fail post-merge for me. They're related to the Controller stuff that was being juggled at the beginning of the summer. Can you fix the tests (or tw2.core) so that they pass? I'm afraid of un-fixing anything you've added. Let me know; we can re-merge and do a

Re: [TW] Re: TW2 Installation problem with webob v1.2b1

2011-10-16 Thread Daniel Lepage
Install toscawidgets, and then run pip install webob==1.1 to replace 1.2b with the older version that still has UnicodeMultiDict. -- Dan On Sun, Oct 16, 2011 at 8:34 AM, Rob robert.sudwa...@gmail.com wrote: Hi Paul, and thanks. In order to try getting this to work, I attempted to install an