On Fri, Feb 13, 2009 at 11:59 AM, Jim Steil <[email protected]> wrote: > > Hi > > I'm not sure if there is a problem here, but I just wanted to let you > know what I experienced this morning installing TG2. I am following the > instructions at > http://www.turbogears.org/2.0/docs/main/DownloadInstall.html. > > I'm brand new to virtualenv, so I don't know if these issues are > typical, I just wanted to point them out to others in case there are > some problems. I am installing on WinXP Pro that already has a TG 1.0.8 > environment running on it. > > I created the virtualenv, but my TG2 install failed three times with the > following issues > > 1. simplejson - I got errors saying that I already had it installed and > it was too old of a version. So, I redid it all and installed > simplejson before the TG2 install > 2. sqlalchemy - Same thing. Said I had 0.5b04 installed but needed > >=0.5. I recreated the virtualenv and reinstalled, installing > simplejson, sqlalchemy and then tg2. > 3. paste - Same thing. Said I had 1.7.1 installed but needed >=1.7.2. > I recreated the virtualenv and reinstalled, installing simplejson, > sqlalchemy, paste and then tg2. > > Now everything worked fine. I'm confused by all of this because last > night I installed virtualenv and TG2 on my home machine without any > problems whatsoever.
Hi Jim, do you have a non-virtualenv installation of those packages? if your global package dir had them and you didn't use --no-site-packages then you need to use the -U flag to "force" easy_install into upgrading them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

