On Fri, Sep 5, 2008 at 5:44 PM, iain duncan <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-05-09 at 08:12 +0200, Florent Aide wrote: >> >> On Fri, Sep 5, 2008 at 8:04 AM, Florent Aide <[EMAIL PROTECTED]> wrote: >> > On Fri, Sep 5, 2008 at 4:04 AM, iain duncan <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi folks, I just easy_installed up to TG 1.0.6. I have SA 0.4.3 >> >> installed, and a python shell importing SA definitely is getting that >> >> version. >> >> >> >> Now quickstarted projects with identity are producing old sa 0.3 code, >> >> with assign mapper and session.context. >> > >> > Weird... Let's look deeper into this... >> >> Well after testing I confirm that it works without error here. I >> suspect you have an old "tg-admin" somewhere in you path that was used >> instead of the new one. >> >> Maybe a tg-admin installed by your Linux distribution that is in >> /usr/sbin and you new easy_installed one in /usr/bin or something >> similar... > > Hey Florent, this is weird. I have verified that I have only one > tg-admin, no extra in local/bin. When I run > > $ tg-admin > > In the shell, I get the usage message for tg-admin 1.0.6 > > But when I do $ tg-admin quickstart, still the old model. > > Would anything cause a different tg-admin or components to get used on > only the quickstart? > > It's not a show stopper for me because I have other projects to copy the > model over from, but I'm sure confused as to how and why it started > doing this.
Try recreating your virtualenv run the same command again virtualenv --no-site-packages samename_as_oldone then easy_install -U turbogears ?? Lucas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
