On Fri, Feb 20, 2009 at 6:46 AM, Florent Aide <[email protected]> wrote: > > Hi, > > When I easy_install a quickstarted tg2 application in a clean > environment it pulls out every requirement including tgext.admin, but > tgext.crud which is declared as a dependency on tgext.admin is not > pulled... > Hi, I think this was fixed in the newest version of crud/admin it was missing there. What I find odd is that tgext.admin is pulled before quickstart.
The dependency chain here is Catwalk -> tgext.admin -> tgext.crud which means when you do python setup.py develop both admin/crud get pulled. > Can someone reproducde this problem? Maybe the version of tgext.admin > I'm looking at in the svn is not yet released and thus the requirement > in the egg that is in our online index is missing? > versions please? I know for sure that pypi stuff works, not 100% sure of the index. > This is a problem because it forces me to declare tgext.crud as a > dependency of my own application to make sure everything installs > cleanly for the moment. > > Florent. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
