Hi Tim. We get this particular problem moderately frequently. The answer,
*every* time, is that somehow during the install process, you wound up not
using our eggbasket. Here's the steps to get it correctly:
virtualenv --no-site-packages ${HOME}/tg2env
source ${HOME}/tg2env/bin/activate
easy_install -i http://tg.gy tg.devtools
paster quickstart example
cd example
python setup.py develop -i http://tg.gy/
paster setup-app development.ini
paster serve development.ini
That's it. We're working on getting things updated so that this doesn't
matter anymore, but it takes time.
On Sat, Jul 28, 2012 at 2:14 AM, Tim Black <[email protected]> wrote:
> 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.
>
--
Michael J. Pedersen
My Online Resume: http://www.icelus.org/ -- Google+ http://plus.ly/pedersen
Google Talk: [email protected] -- Twitter: pedersentg
--
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.