Re: [Zope3-Users] Zope 3 mkzopeinstance OverflowWarning Error Condition

2007-02-15 Thread Marius Gedminas
On Thu, Feb 15, 2007 at 02:44:51PM -0500, Bernie Pursley wrote:
> I have used zope2 for a couple of years and I have experimented from 
> time to time with zope3. Today, I configured zope3 with python2.5

Zope 3 does not work with Python 2.5 yet.  This OverflowWarning error is
just the tip of the iceberg.

Marius Gedminas
-- 
BYTE editors are people who separate the wheat from the chaff, and then
carefully print the chaff.


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


[Zope3-Users] Zope 3 mkzopeinstance OverflowWarning Error Condition

2007-02-15 Thread Bernie Pursley
I have used zope2 for a couple of years and I have experimented from 
time to time with zope3. Today, I configured zope3 with python2.5 and my 
user account was owner of both the python2.5 directory and the zope3 
directory.  When attempting to create a zope instance I received the 
attached "'OverflowWarning is not defined" error condition.  Though I 
have seen this error condition referenced in other postings - I have not 
seen a resolution.   I am clueless about the security references.  Is 
this a bug?  Any suggestions?


./configure --prefix=/zope3 --force --with-python=/zope-python/bin/python2.5


[EMAIL PROTECTED]:/zope3/bin$ ./mkzopeinstance
Traceback (most recent call last):
 File "./mkzopeinstance", line 47, in 
   from zope.app.server.mkzopeinstance import main
 File "/zope3/lib/python/zope/app/server/mkzopeinstance.py", line 32, 
in 

   from zope.app.authentication import password
 File "/zope3/lib/python/zope/app/authentication/__init__.py", line 19, 
in 

   import interfaces
 File "/zope3/lib/python/zope/app/authentication/interfaces.py", line 
22, in 

   import zope.security.interfaces
 File "/zope3/lib/python/zope/security/__init__.py", line 24, in 
   from zope.security.management import checkPermission
 File "/zope3/lib/python/zope/security/management.py", line 25, in 
   from zope.security.interfaces import ISecurityManagement
 File "/zope3/lib/python/zope/security/interfaces.py", line 20, in 
   from zope.interface.common.interfaces import IAttributeError
 File "/zope3/lib/python/zope/interface/common/interfaces.py", line 80, 
in 

   classImplements(OverflowWarning, IOverflowWarning)
NameError: name 'OverflowWarning' is not defined


Thanks,
Bernie

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