Andreas Jung wrote:
--On 20. Mai 2006 11:34:23 +0200 robert rottermann <robert@redcor.ch> wrote:
ohh, there seems to be missing much more.. I seem to need a bundle. Is there something like a Zope.2.8 bundle to get from svn.?
Huh? The 2.8 checkout contains *everything* you need. After "make install" you should have everything you need including zeo. You need *of course* create your own Zope instance using mkzopeinstance.py or your ZEO instance using mkzeoinstance.py.
-aj
this is what I expected. but it is not so. when I tried to make a zeo instance I got the following traceback.. zope@chrissy:~> Zope-2.8.svn/bin/mkzeoinstance.py Traceback (most recent call last): File "Zope-2.8.svn/bin/mkzeoinstance.py", line 26, in ? from ZEO.mkzeoinst import ZEOInstanceBuilder ImportError: No module named ZEO.mkzeoinst this is what I did to prepare: 1024 svn co svn://svn.zope.org/repos/main/Zope/branches/Zope-2_8-branch Zope-2.8.svn-src 1025 cd Zope-2.8.svn-src/ 1026 ./configure --prefix=../Zope-2.8.svn 1027 make 1028 make install 1029 cd .. 1030 dir 1031 rm Zope-2.8 1032 ln -s Zope-2.8.svn Zope-2.8 these are the modules in SOFTWARE_HOME zope@chrissy:~> ls -l Zope-2.8.svn/lib/python/ insgesamt 16 drwxr-xr-x 2 zope users 88 2006-05-20 10:50 AccessControl drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Acquisition drwxr-xr-x 2 zope users 240 2006-05-20 10:50 BTrees drwxr-xr-x 2 zope users 88 2006-05-20 10:50 ComputedAttribute drwxr-xr-x 2 zope users 88 2006-05-20 10:50 DocumentTemplate drwxr-xr-x 2 zope users 88 2006-05-20 10:50 ExtensionClass -rwxr-xr-x 1 zope users 14122 2006-05-20 10:49 initgroups.so drwxr-xr-x 2 zope users 80 2006-05-20 10:50 MethodObject drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Missing drwxr-xr-x 2 zope users 80 2006-05-20 10:50 MultiMapping drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Persistence drwxr-xr-x 2 zope users 144 2006-05-20 10:50 persistent drwxr-xr-x 4 zope users 112 2006-05-20 10:50 Products drwxr-xr-x 2 zope users 80 2006-05-20 10:50 Record drwxr-xr-x 3 zope users 72 2006-05-20 10:50 Shared drwxr-xr-x 2 zope users 80 2006-05-20 10:50 ThreadLock drwxr-xr-x 2 zope users 80 2006-05-20 10:50 ZODB drwxr-xr-x 8 zope users 200 2006-05-20 10:50 zope robert