Hi there group,
Now back to the question that you all must love the most:
What are the currently working possibilities to make an application
package with TurboGears2 (>=2.1.4, <=2.2.2) and dependencies from
outside the private package index install cleanly and nicely (from a
repository checkout at least) using "python setup.py develop" and/or
preferrably "pip -e ."?
My working workaround in most cases is to first do "pip install -i
http://tg.gy/current tg.devtools" and then a "pip install -e ." (while
having
http://tg.gy/current in the dependency links of setup()).
This leads to working results - especially no problems with WebOb.
I have yet to find a solution that would work without first installing
tg.devtools.
Please share your working approaches with me and the rest, maybe we even
find something that we could call "best practice"...
Cheers and happy easter,
Moritz