On 22.09.09 14:07, Jürgen Herrmann wrote:
On Tue, September 22, 2009 13:31, Andreas Jung wrote:
On 22.09.09 13:29, Jürgen Herrmann wrote:
On Tue, September 22, 2009 12:23, Andreas Jung wrote:
On 22.09.09 12:15, Jürgen Herrmann wrote:
... (my_zope)[jh@t5-laptop my_zope]$ bin/mkzopeinstance Please choose a directory in which you'd like to install Zope "instance home" files such as database files, configuration files, etc.
Try to create your instance outside the buildout dir.
Andreas
some further testing shows, that it's still possible to have the instance home in /somedir/instance and the virtualenv in /somedir/instance/virtualenv
s
Better give feedback if it worked or not :-)
Andreas
well, now it works. as descripted above, my instance home is now /home/xlhost/zope and the virtualenv is in /home/xlhost/zope/virtualenv
i found another problem though: Zope2-2.12.0c1-py2.6-linux-i686.egg/Products/PluginIndexes/nterfaces.py is now missing the interfaces ITextIndex and IVocabulary which leads to import errors in Products.GenericSetup
why have these been dropped?
The removal of TextIndex is documented in the release notes. Andreas