Re: [Zope3-Users] Error in installing Zope 3.3.1

2007-07-02 Thread Bin Hu

Thanks. It works with Python 2.4.4 too.

Regards,
Bin

On Jul 2, 2007, at 1:18 PM, Benji York wrote:


Bin Hu wrote:
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:


Python 2.5 isn't supported yet.  I believe 3.3.1 wants Python 2.4.3.
--
Benji York
Senior Software Engineer
Zope Corporation



___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Error in installing Zope 3.3.1

2007-07-02 Thread Benji York

Bin Hu wrote:
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:


Python 2.5 isn't supported yet.  I believe 3.3.1 wants Python 2.4.3.
--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Error in installing Zope 3.3.1

2007-07-02 Thread Bin Hu

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 
from zope.app.server.mkzopeinstance import main
  File "/usr/local/Zope-3.3.1/lib/python/zope/app/server/ 
mkzopeinstance.py", line 32, in 

from zope.app.authentication import password
  File "/usr/local/Zope-3.3.1/lib/python/zope/app/authentication/ 
__init__.py", line 19, in 

import interfaces
  File "/usr/local/Zope-3.3.1/lib/python/zope/app/authentication/ 
interfaces.py", line 22, in 

import zope.security.interfaces
  File "/usr/local/Zope-3.3.1/lib/python/zope/security/__init__.py",  
line 24, in 

from zope.security.management import checkPermission
  File "/usr/local/Zope-3.3.1/lib/python/zope/security/ 
management.py", line 25, in 

from zope.security.interfaces import ISecurityManagement
  File "/usr/local/Zope-3.3.1/lib/python/zope/security/ 
interfaces.py", line 20, in 

from zope.interface.common.interfaces import IAttributeError
  File "/usr/local/Zope-3.3.1/lib/python/zope/interface/common/ 
interfaces.py", line 80, in 

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

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users