Hi Diez, As i am downloading it and then try to install from the downloaded thing in a virtual env, there should not be a problem with the already installed thing. As what is happening is that easy_install of TurboGears2 is dowloading an older version of zope interface from pypi. While the tg2bootstrap.py installation goes smoothly.
regards - Alind On Sep 4, 4:51 pm, "Diez B. Roggisch" <[email protected]> wrote: > On Friday 04 September 2009 08:35:07 alind wrote: > > > Sorry to bother you guys again. But again while downloading tg2 for > > offline with say install, I am facing a version problem for > > zapo.interface. > > error: Could not find suitable distribution for Requirement.parse > > ('zope.interface==3.3.1') (--always-copy skips system and development > > eggs) > > The reason is the absence of that particular version . > > But the tg2booststrp.py does fine and downloads the latest versions. > > So I think that there must be some falg /option given in > > tg2bootstrap.py for downloading eggs for offline installation. > > - I am ecpecting a solution from tg2bootstrap.py maintainers/ > > developers. > > -regards > > I guess you have a different version of zope.interface already installed in > your system. I don't know where this --alway-copy comes from - but you should > try that, if 'tis part of tg2bootstrap.py > > Alternatively, you can > > - use --no-site-packages when creating the virtualenv > - de-install the zope.interface-package with your package management tool > > Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

