Zope 2.7 Fedora Install Problem
Next problem.... Zope 2.7 and Fedora Core 1 installed python-2.3.3 and python-distutils and ran: ./configure --prefix=/var/zope --with-python=/usr/bin/python2.3 make make install ...with no errors. ran /var/zope-instance/bin/mkzopeinstance.py creating a instance named: /var/zope-instance I attempted to start zope: ./var/zope-instance/bin/runzope Resulting a whole bunch of errors: /var/zope/lib/python/ZODB/__init__.py:18: RuntimeWarning: Python C API version mismatch for module ExtensionClass: This Python has API version 1011, module ExtensionClass has version 1012. import cPersistence, Persistence . . . ImportError: No module named logging Yikes! I've never had such a hard time installing Zope. Any suggestions? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Ha. You probably ran "mkzopeinstance" with another (non-2.3) version of Python, so it's trying to run Zope with that version. Just invoke mkzopeinstance without "python" before it and it should do fine. On Fri, 2004-03-26 at 17:12, hpinson@indepthl.com wrote:
Next problem.... Zope 2.7 and Fedora Core 1
installed python-2.3.3 and python-distutils
and ran:
./configure --prefix=/var/zope --with-python=/usr/bin/python2.3 make make install
...with no errors.
ran /var/zope-instance/bin/mkzopeinstance.py creating a instance named: /var/zope-instance
I attempted to start zope:
./var/zope-instance/bin/runzope
Resulting a whole bunch of errors:
/var/zope/lib/python/ZODB/__init__.py:18: RuntimeWarning: Python C API version mismatch for module ExtensionClass: This Python has API version 1011, module ExtensionClass has version 1012. import cPersistence, Persistence . . . ImportError: No module named logging
Yikes! I've never had such a hard time installing Zope. Any suggestions?
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris McDonough -
hpinson@indepthl.com