Re: [Zope] Problem Creating Instance

2006-11-28 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



- --On 28. November 2006 11:29:41 -0800 Nancy Donnelly 
<[EMAIL PROTECTED]> wrote:

> Hi;
> I built Z3 from FreeBSD ports. Went to create an instance and got this
> error:


Real men/girls build Zope from the sources. Better ask on the zope3-users 
list.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFFbKhwCJIWIbr9KYwRAlRYAJ9PHJcj5OMAviTxk1eG+RzF+Ep4VACgsMNR
Fp2QyfXlpixK0wFKRmUmDDY=
=mfVs
-END PGP SIGNATURE-

___
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 )


[Zope] Problem Creating Instance

2006-11-28 Thread Nancy Donnelly
Hi;
I built Z3 from FreeBSD ports. Went to create an instance and got this error:

[EMAIL PROTECTED]:ports/www/zope3 (115) /usr/local/www/Zope3/bin/mkzopeinstance 
-d /usr/local/www/Zope3/main
Traceback (most recent call last):
  File "/usr/local/www/Zope3/bin/mkzopeinstance", line 47, in 
from zope.app.server.mkzopeinstance import main
  File "/usr/local/www/Zope3/lib/python/zope/app/server/mkzopeinstance.py", 
line 32, in 
from zope.app.authentication import password
  File "/usr/local/www/Zope3/lib/python/zope/app/authentication/__init__.py", 
line 19, in 
import interfaces
  File "/usr/local/www/Zope3/lib/python/zope/app/authentication/interfaces.py", 
line 22, in 
import zope.security.interfaces
  File "/usr/local/www/Zope3/lib/python/zope/security/__init__.py", line 24, in 

from zope.security.management import checkPermission
  File "/usr/local/www/Zope3/lib/python/zope/security/management.py", line 25, 
in 
from zope.security.interfaces import ISecurityManagement
  File "/usr/local/www/Zope3/lib/python/zope/security/interfaces.py", line 20, 
in 
from zope.interface.common.interfaces import IAttributeError
  File "/usr/local/www/Zope3/lib/python/zope/interface/common/interfaces.py", 
line 80, in 
classImplements(OverflowWarning, IOverflowWarning)
NameError: name 'OverflowWarning' is not defined

Now, apparently there is a vulnerability with Z3, so I could only make with 
this thrown in:
DISABLE_VULNERABILITIES=yes
TIA,
Nancy



___
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 )