When I run python setup.py develop in a new virtualenv with a TurboGears 2.1.5 installation, I get the following error:
Processing dependencies for projects==0.1dev error: Installed distribution WebOb 1.0.8 conflicts with requirement WebOb>=1.1.1 This requirements conflict originates in TurboGears 2.1.5 and Pylons 1.0.1rc1, which require two non-overlapping version ranges of WebOb, as demonstrated below. (tg21env-dev)tim@tim-laptop:~/Documents/MyWebPages/arwd/projects/tg21env-dev/projects$ grep -rHn "WebOb" .. | grep "=" ... ../lib/python2.7/site-packages/TurboGears2-2.1.5-py2.7.egg/EGG-INFO/requires.txt:1:WebOb == 1.0.8 ../lib/python2.7/site-packages/Pylons-1.0.1rc1-py2.7.egg/EGG-INFO/requires.txt:16:WebOb>=1.1.1 How can I fix this problem? Tim -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

