Hello all, I have just installed Turbogears2 for the first time. When trying to open an already existing Turbogears2 project by running:
python setup.py develop I get the following error message: error: Installed distribution WebOb 1.2.3 conflicts with requirement WebOb==1.1 So I tried to change the WebOb version by running: easy_install webob == 1.1.1 But the same error message continues appearing. Any help on how to solve this issue would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

