With Python 2.6.5 and virtualenv, I have had problems where it seems to ignore the --no-site-packages. This was not an issue with 2.5
I will attach an example below, but who should be contacted about this issue? Or have I made some other error? On Fri, Jun 18, 2010 at 12:48 PM, Diez B. Roggisch <[email protected]> wrote: > > Am 18.06.2010 um 17:09 schrieb Gisborne: > > > On Jun 18, 2:29 am, "Diez B. Roggisch" <[email protected]> wrote: >> >>> Am 18.06.2010 um 10:17 schrieb Gisborne: >>> The error messag sucks, that much is for sure. What you need to look >>> at are requires.txt files inside eggs. >>> >> >> I'll try that; thanks. >> >> You should use virtualenvs for your project, with --no-site-packages >>> as argument when creating them, to prevent system packages to shadow >>> specific versions TG2 is interested in. >>> >> >> I am using virtualenv with --no-site-packages >> > > I doubt that. This message clearly states that SQLAlchemy is in your basic > python installation: > > > """ > pkg_resources.VersionConflict: (SQLAlchemy 0.6.1 (/Library/Frameworks/ > Python.framework/Versions/2.6/lib/python2.6/site-packages/ > SQLAlchemy-0.6.1-py2.6.egg), > Requirement.parse('SQLAlchemy>=0.5.0,<=0.5.99')) > """ > > 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]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- 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.
virtualenv_weirdness
Description: Binary data

