Re: [Zope] Re: Problems with buildout and zope.interface

2008-07-30 Thread Paul Winkler
On Fri, Jul 25, 2008 at 02:53:55PM +0200, Christian Scholz wrote: >>> So my main question is probably: Is there a way to automate the >>> process of installing and running virtualenv similar to what >>> bootstrap.py does for buildout so that people do not need to care >>> about the virtualenv part?

Re: [Zope] Re: Problems with buildout and zope.interface

2008-07-25 Thread Chris Withers
Christian Scholz wrote: Ok, except that this does not run under windows and it still needs to have easy_install installed. But if there is no existing script, maybe I write one then. I have my custom bootstrap for using the development version of setuptools now already anway. Ignas may have a

Re: [Zope] Re: Problems with buildout and zope.interface

2008-07-25 Thread Baiju M
Christian Scholz wrote: Daniel Nouri wrote: > > The solution to this one is quite simple: Use virtualenv with > --no-site-packages and then use bin/python to run bootstrap.py Ok, thanks. How do I deploy such a thing? I guess virtualenv then has to run by the one setting up his development sa