ok I just had to run a new venv and I see what is happening clearly now. It was something I discover some time ago but it didn't bother me and I didn't consider it a problem back then.
open setup.cfg and delete the last two lines (easy_install and the index) that is coercing your easy_install to what is only available in the TG index, which is outdated because "current" stands for released at this moment tg2.0b2 and we are running current+1 (almost tg2.0b3) which updated those 3 deps. On Tue, Jan 13, 2009 at 1:20 PM, Helio MC Pereira <[email protected]> wrote: > without my changes I continue have problems with webop, beaker and routes in > a clean installation. > > > On Tue, Jan 13, 2009 at 6:48 PM, Jorge Vargas <[email protected]> > wrote: >> >> well it seems someone bet me to it, probably mark. if you install from >> trunk now your patch is not needed. >> >> On Tue, Jan 13, 2009 at 12:43 PM, Jorge Vargas <[email protected]> >> wrote: >> > Thanks for the pointers, I'll make a note to update that doc. The 3 >> > changes you needed are there because some of the code changes in the >> > last sprint (past weekend) where propagated into those projects which >> > caused them to release new versions). >> > >> > On Tue, Jan 13, 2009 at 11:22 AM, Helio Pereira >> > <[email protected]> wrote: >> >> >> >> I have done a clean installation again but have some problems. >> >> >> >> My steps are: >> >> """ >> >> svn co http://svn.turbogears.org/projects/tg.devtools/trunk tgdev >> >> svn co http://svn.turbogears.org/trunk tg2 >> >> >> >> cd tg2 >> >> python setup.py develop >> >> cd .. >> >> >> >> cd tgdev >> >> python setup.py develop >> >> cd .. >> >> """ >> >> >> >> >> >> But I have to change setup.py in tg2 and tgdev to install without >> >> errors: >> >> $ svn diff tg2 tgdev >> >> Index: tg2/setup.py >> >> =================================================================== >> >> --- tg2/setup.py (revision 6098) >> >> +++ tg2/setup.py (working copy) >> >> @@ -38,7 +38,7 @@ >> >> 'decorator', >> >> 'Genshi', >> >> 'Pylons>=0.9.7rc3', >> >> - 'WebOb >= 0.9.5', >> >> + 'WebOb >= 0.9.4', >> >> 'ToscaWidgets>=0.9', >> >> 'repoze.what.plugins.sql > 1.0a2', >> >> 'SQLAlchemy>=0.5beta3', >> >> Index: tgdev/setup.py >> >> =================================================================== >> >> --- tgdev/setup.py (revision 6098) >> >> +++ tgdev/setup.py (working copy) >> >> @@ -34,14 +34,14 @@ >> >> >> >> 'sprox', >> >> 'BeautifulSoup', >> >> - 'beaker>=1.1.3', >> >> + 'beaker>=1.1.2', >> >> 'FormEncode>=1.2', >> >> 'Paste>=1.7', >> >> 'PEAK-Rules', >> >> 'repoze.tm2', >> >> 'repoze.what', >> >> 'repoze.who>=1.0.8', >> >> - 'routes>=1.10.2', >> >> + 'routes>=1.10.1', >> >> 'sqlalchemy-migrate>=0.4.4', >> >> 'SQLAlchemy>=0.5.0beta3', >> >> 'SQLAlchemy>=0.5beta3', >> >> >> >> >> >> >> >> >> >> On 12 Jan, 10:49, "Helio MC Pereira" <[email protected]> >> >> wrote: >> >>> Sorry my last post with so few information :-P >> >>> I have done now an 'easy_install -U webob' and it upgraded to version >> >>> 0.9.5 >> >>> :-) >> >>> >> >>> We don't have Elixir in the trunk version ? >> >>> >> >>> Many thanks, >> >>> Helio Pereira >> >>> >> >>> On Mon, Jan 12, 2009 at 10:07 AM, Jorge Vargas >> >>> <[email protected]>wrote: >> >>> >> >>> >> >>> >> >>> > On Mon, Jan 12, 2009 at 3:16 AM, Helio Pereira >> >>> > <[email protected]> wrote: >> >>> >> >>> > > Hi all, >> >>> >> >>> > > I have tried a clean installation like the official documentation >> >>> > > in: >> >>> >> >>> >> >>> > >http://www.turbogears.org/2.0/docs/main/Contributing.html#installing-... >> >>> >> >>> > > And don't find any "WebOb >= 0.9.5" like you have as a requirement >> >>> > > in >> >>> > > tg2/setup.py >> >>> >> >>> > That should have been picked up. what is your paster tginfo output? >> >>> > will running easy_install -U webob fix it? >> >>> >> >>> > PS: please use more descriptive topics for your posts. >> >>> >> >>> > note to self: remove the repoze.what instructions as that is no >> >>> > longer >> >>> > needed to run trunk. I'll probably do this after b3 is released. >> >> >> >> >> >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
