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 There is no mkzeoinstance.py but there is a mkzopeinstance.py. Is there a spelling error somewhere, or a missing file?
--On 18. Juni 2005 09:09:51 -0700 Blackberry <anthrobunny@gmail.com> wrote:
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/pyth on-2.4/build-scripts error: /home/furlist/public_html/GroupServer-0.1rc3/Zope-2.7.4-0/build-base/pyth on-2.4/build-scripts/mkzeoinstance.py: No such file or directory make: *** [build] Error 1
There is no mkzeoinstance.py but there is a mkzopeinstance.py. Is there a spelling error somewhere, or a missing file?
How do you install Zope? Btw. Python 2.4 is *not* a supported Python version. -aj
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
participants (3)
-
Andreas Jung -
Blackberry -
Dieter Maurer