Blackberry wrote at 2005-6-18 09:09 -0700:
I'm trying to compile Zope on a remote (hosting) server. It gets pretty far, but then I get this error:
copying and adjusting test.py -> /home/furlist/public_html/GroupServer-0.1rc3/Zope-2.7.4-0/build-base/python-2.4/build-scripts error: /home/furlist/public_html/GroupServer-0.1rc3/Zope-2.7.4-0/build-base/python-2.4/build-scripts/mkzeoinstance.py: No such file or directory make: *** [build] Error 1
Almost surely, your "Zope" is already compiled. You need "mkzeoinstance.py" only (if at all) when you want to use ZEO ("Zope Enterprise Objects" -- used for several Zopes (or other ZODB clients) looking on the same storage). If the generation process makes problems, create an empty "mkzeoinstance.py". -- Dieter