[Zope3-Users] Error in installing Zope 3.3.1
Bin Hu
hubin at sfc.keio.ac.jp
Mon Jul 2 15:14:58 EDT 2007
Hi,
I was trying to install Zope 3.3.1 on a Mac running OS X 10.4.10 with
python 2.5.1 (from MacPython) and got the following error message:
aHost:/usr/local/Zope-3.3.1/aUser$ ./mkzopeinstance
Traceback (most recent call last):
File "./mkzopeinstance", line 47, in <module>
from zope.app.server.mkzopeinstance import main
File "/usr/local/Zope-3.3.1/lib/python/zope/app/server/
mkzopeinstance.py", line 32, in <module>
from zope.app.authentication import password
File "/usr/local/Zope-3.3.1/lib/python/zope/app/authentication/
__init__.py", line 19, in <module>
import interfaces
File "/usr/local/Zope-3.3.1/lib/python/zope/app/authentication/
interfaces.py", line 22, in <module>
import zope.security.interfaces
File "/usr/local/Zope-3.3.1/lib/python/zope/security/__init__.py",
line 24, in <module>
from zope.security.management import checkPermission
File "/usr/local/Zope-3.3.1/lib/python/zope/security/
management.py", line 25, in <module>
from zope.security.interfaces import ISecurityManagement
File "/usr/local/Zope-3.3.1/lib/python/zope/security/
interfaces.py", line 20, in <module>
from zope.interface.common.interfaces import IAttributeError
File "/usr/local/Zope-3.3.1/lib/python/zope/interface/common/
interfaces.py", line 80, in <module>
classImplements(OverflowWarning, IOverflowWarning)
NameError: name 'OverflowWarning' is not defined
I used ./configure --with-python=/usr/bin/python and the whole
installation was smooth.
Can anyone help me to figure out what is wrong with my installation
or is there a bug in Zope? Thanks.
Regards,
Bin
More information about the Zope3-users
mailing list