I don't think this works. But it shouldn't be hard to install:
- create the virtualenv yourself, using "virtualenv tg2env". of course
you need the virtualenv-egg as well, and that must be installed
beforehand! Generelly, you need setuptools installed, if that's not on
your machine, I'm not sure how to do that.
- use easy_install with a "-i" option with a file-url that points to
your egg-dir, that *should* work. If it doesn't, then you should be able
to do "easy_install *.egg" inside the egg-dir also.
Diez
You are missing the tg-devtools package.
Diez
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