Problem w/ Fresh Build
Hi; I'm building Z29 on a new FBSD62 server from port. I've done this before with no problem. I followed the instructions exactly. Now, I get this: 2007-12-24 22:26:50 ERROR Zope Could not import Products.ATContentTypes Traceback (most recent call last): File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 708, in import_product File "/usr/local/zope/Products210/ATContentTypes/__init__.py", line 37, in ? from Products.ATContentTypes.config import HAS_LINGUA_PLONE File "/usr/local/zope/Products210/ATContentTypes/config.py", line 30, in ? from Products.ATContentTypes.configuration import zconf File "/usr/local/zope/Products210/ATContentTypes/configuration/__init__.py", line 25, in ? from Products.ATContentTypes.configuration.config import zconf File "/usr/local/zope/Products210/ATContentTypes/configuration/config.py", line 29, in ? from Products.ATContentTypes.configuration.schema import atctSchema File "/usr/local/zope/Products210/ATContentTypes/configuration/schema.py", line 29, in ? from Products.ATContentTypes.configuration import datatype File "/usr/local/zope/Products210/ATContentTypes/configuration/datatype.py", line 25, in ? from Products.CMFCore import permissions as CMFCorePermissions File "/usr/local/zope/Products210/CMFCore/__init__.py", line 24, in ? import five.localsitemanager File "/usr/local/zope/Products210/CMFCore/src/five/localsitemanager/__init__.py", line 2, in ? from zope.component.globalregistry import base ImportError: No module named globalregistry Traceback (most recent call last): File "/usr/local/zope/295/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/usr/local/zope/295/lib/python/Zope2/Startup/run.py", line 21, in run starter.prepare() File "/usr/local/zope/295/lib/python/Zope2/Startup/__init__.py", line 98, in prepare self.startZope() File "/usr/local/zope/295/lib/python/Zope2/Startup/__init__.py", line 257, in startZope Zope2.startup() File "/usr/local/zope/295/lib/python/Zope2/Startup/__init__.py", line 47, in startup starter.setConfiguration(cfg) File "/usr/local/www/Zope29/lib/python/Zope2/App/startup.py", line 46, in startup File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 685, in import_products File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 723, in import_product KeyError TIA, Victor
CMF 2.1 requires Zope 2.10 afaik. -aj --On 24. Dezember 2007 10:57:32 -0400 Victor Subervi <victorsubervi@gmail.com> wrote:
Hi; I'm building Z29 on a new FBSD62 server from port. I've done this before with no problem. I followed the instructions exactly. Now, I get this:
2007-12-24 22:26:50 ERROR Zope Could not import Products.ATContentTypes
Traceback (most recent call last):
File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 708, in import_product
File "/usr/local/zope/Products210/ATContentTypes/__init__.py", line 37, in ?
from Products.ATContentTypes.config import HAS_LINGUA_PLONE
File "/usr/local/zope/Products210/ATContentTypes/config.py", line 30, in ?
from Products.ATContentTypes.configuration import zconf
File "/usr/local/zope/Products210/ATContentTypes/configuration/__init__.py", line 25, in ?
from Products.ATContentTypes.configuration.config import zconf
File "/usr/local/zope/Products210/ATContentTypes/configuration/config.py", line 29, in ?
from Products.ATContentTypes.configuration.schema import atctSchema
File "/usr/local/zope/Products210/ATContentTypes/configuration/schema.py", line 29, in ?
from Products.ATContentTypes.configuration import datatype
File "/usr/local/zope/Products210/ATContentTypes/configuration/datatype.py", line 25, in ?
from Products.CMFCore import permissions as CMFCorePermissions
File "/usr/local/zope/Products210/CMFCore/__init__.py", line 24, in ?
import five.localsitemanager
File "/usr/local/zope/Products210/CMFCore/src/five/localsitemanager/__init__.p y", line 2, in ?
from zope.component.globalregistry import base
ImportError: No module named globalregistry
Traceback (most recent call last):
File "/usr/local/zope/295/lib/python/Zope2/Startup/run.py", line 56, in ?
run()
File "/usr/local/zope/295/lib/python/Zope2/Startup/run.py", line 21, in run
starter.prepare()
File "/usr/local/zope/295/lib/python/Zope2/Startup/__init__.py", line 98, in prepare
self.startZope()
File "/usr/local/zope/295/lib/python/Zope2/Startup/__init__.py", line 257, in startZope
Zope2.startup()
File "/usr/local/zope/295/lib/python/Zope2/Startup/__init__.py", line 47, in startup
starter.setConfiguration(cfg)
File "/usr/local/www/Zope29/lib/python/Zope2/App/startup.py", line 46, in startup
File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 685, in import_products
File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 723, in import_product
KeyError
TIA,
Victor
-- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Victor Subervi wrote:
Hi; I'm building Z29 on a new FBSD62 server from port. I've done this before with no problem. I followed the instructions exactly. Now, I get this:
2007-12-24 22:26:50 ERROR Zope Could not import Products.ATContentTypes
Traceback (most recent call last):
File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 708, in import_product
File "/usr/local/zope/Products210/ATContentTypes/__init__.py", line 37, in ?
from Products.ATContentTypes.config import HAS_LINGUA_PLONE
File "/usr/local/zope/Products210/ATContentTypes/config.py", line 30, in ?
from Products.ATContentTypes.configuration import zconf
File "/usr/local/zope/Products210/ATContentTypes/configuration/__init__.py", line 25, in ?
from Products.ATContentTypes.configuration.config import zconf
File "/usr/local/zope/Products210/ATContentTypes/configuration/config.py", line 29, in ?
from Products.ATContentTypes.configuration.schema import atctSchema
File "/usr/local/zope/Products210/ATContentTypes/configuration/schema.py", line 29, in ?
from Products.ATContentTypes.configuration import datatype
File "/usr/local/zope/Products210/ATContentTypes/configuration/datatype.py", line 25, in ?
from Products.CMFCore import permissions as CMFCorePermissions
File "/usr/local/zope/Products210/CMFCore/__init__.py", line 24, in ?
import five.localsitemanager
File "/usr/local/zope/Products210/CMFCore/src/five/localsitemanager/__init__.py", line 2, in ?
from zope.component.globalregistry import base
ImportError: No module named globalregistry
The pathnames of the files in the traceback would inicate you are using product versions compatible with Zope 2.10, rather than 2.9. In particular, CMF 2.1 requires Zope 2.10.4 or later. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHb8nw+gerLs4ltQ4RAjo4AKC3Lh0bU7CBHzdrwMb922gJFbYYjACgv9I7 e1gg2QZO8smTuFdDS7lKBGo= =3hSz -----END PGP SIGNATURE-----
Ah. Thanks :) On Dec 24, 2007 11:02 AM, Tres Seaver <tseaver@palladion.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Victor Subervi wrote:
Hi; I'm building Z29 on a new FBSD62 server from port. I've done this before with no problem. I followed the instructions exactly. Now, I get this:
2007-12-24 22:26:50 ERROR Zope Could not import Products.ATContentTypes
Traceback (most recent call last):
File "/usr/local/www/Zope29/lib/python/OFS/Application.py", line 708, in import_product
File "/usr/local/zope/Products210/ATContentTypes/__init__.py", line 37, in ?
from Products.ATContentTypes.config import HAS_LINGUA_PLONE
File "/usr/local/zope/Products210/ATContentTypes/config.py", line 30, in ?
from Products.ATContentTypes.configuration import zconf
File "/usr/local/zope/Products210/ATContentTypes/configuration/__init__.py", line 25, in ?
from Products.ATContentTypes.configuration.config import zconf
File "/usr/local/zope/Products210/ATContentTypes/configuration/config.py", line 29, in ?
from Products.ATContentTypes.configuration.schema import atctSchema
File "/usr/local/zope/Products210/ATContentTypes/configuration/schema.py", line 29, in ?
from Products.ATContentTypes.configuration import datatype
File "/usr/local/zope/Products210/ATContentTypes/configuration/datatype.py", line 25, in ?
from Products.CMFCore import permissions as CMFCorePermissions
File "/usr/local/zope/Products210/CMFCore/__init__.py", line 24, in ?
import five.localsitemanager
File
"/usr/local/zope/Products210/CMFCore/src/five/localsitemanager/__init__.py",
line 2, in ?
from zope.component.globalregistry import base
ImportError: No module named globalregistry
The pathnames of the files in the traceback would inicate you are using product versions compatible with Zope 2.10, rather than 2.9. In particular, CMF 2.1 requires Zope 2.10.4 or later.
Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHb8nw+gerLs4ltQ4RAjo4AKC3Lh0bU7CBHzdrwMb922gJFbYYjACgv9I7 e1gg2QZO8smTuFdDS7lKBGo= =3hSz -----END PGP SIGNATURE-----
participants (3)
-
Andreas Jung -
Tres Seaver -
Victor Subervi