Re: [Distutils] new zc.buildout and virtualenv no longer friends?

2010-04-30 Thread Rok Garbas
2010/4/30 Chris McDonough : > On Fri, 2010-04-30 at 08:57 +0200, Rok Garbas wrote: >> i ment on bootstrap .. >> >> python bootstrap.py -v1.4.3 > > Thanks Rok.  With that hint, I was able to work around it in a > virtualenv by: > > - Using the bootstrap.py from t

Re: [Distutils] new zc.buildout and virtualenv no longer friends?

2010-04-29 Thread Rok Garbas
i ment on bootstrap .. python bootstrap.py -v1.4.3 2010/4/30 Rok Garbas : > run buildout with -v1.4.3 ... this fixed it for me after 1h ofcourse :P > > 2010/4/30 Chris McDonough : >> I have a relatively simple buildout that is a directory which is also a >> virtualenv (t

Re: [Distutils] new zc.buildout and virtualenv no longer friends?

2010-04-29 Thread Rok Garbas
ols.command.easy_install import main; main()', '/tmp/tmpEduLSX') > (Pdb) p ws.find(pkg_resources.Requirement.parse('setuptools')).location > '/home/chrism/projects/deformsite/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg' > (Pdb) > > But sure