On Fri, Feb 13, 2009 at 2:33 PM, Ross Vandegrift <[email protected]> wrote: > > On Fri, Feb 13, 2009 at 11:55:47AM -0800, Mike Orr wrote: >> >> On Fri, Feb 13, 2009 at 8:01 AM, Ross Vandegrift <[email protected]> wrote: >> > Sometime in the recent past, setuptools stopped doing this. Now, when >> > there's a conflicting version it bails out and warns me. I have to >> > resolve the situation manually. >> > >> > This is really annoying - can I get the old behavior back? >> >> I have been getting version conflicts on something, but I can't >> remember what. Maybe WebOb, WebError, or simplejson. My solution was >> to upgrade the package individually and then install again. With so >> many packages having dependencies, it can be hard to keep them all in >> sync, or to tell what's a general problem vs something peculiar to >> your system. > > I get a lot on WebHelpers, switching between 0.6 and 0.3. But today I > also had to uninstall Paste, PasteDeploy, and Routes, which kind of > made me wonder what was going on. > > Hopefully I'll be fully cutover to 0.9.7 soon and won't have to > deal with it anymore.... until the next version :).
My cases have mainly been switching from one version of 0.9.7 to another. That's why it's hard to trace what's a systematic problem vs what's just a routine clash between two development versions. However, the simplejson error occurred when I "accidentally" upgraded a virtualenv to 0.9.7, or rather I realized I had already done it and the application refused to start. I had partly future-proofed the application (put in an "if" for the new middleware in 0.9.7) but not fully (still using SQLAlchemy 0.4 and the rails helpers). So I just decided to go ahead and make it 0.9.7 compatible, while still using SA 0.4 and the rails helpers. The simplejson problem just increased my distaste for zipped eggs. I can say I've never had dependency problems with 0.9.6 after it was released. (Besides installing simplejson on Windows, of course.) So I expect the same will be true of 0.9.7. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
