[Erp5-dev] New 2006.0 RPMs
Kevin Deldycke
kevin at nexedi.com
Fri Apr 14 13:11:26 CEST 2006
Le Lundi 6 Février 2006 17:07, Shrenik Bhura a écrit :
> Hello,
>
> I have just installed all the packages from the 2006 erp5 repository.
>
> Upon starting zope this is what I get:
>
> ------
> 2006-02-06T21:34:50 ERROR(200) Zope Could not import
> Products.ERP5Security
> Traceback (most recent call last):
> File "/usr/lib/zope/lib/python/OFS/Application.py", line 673, in
> import_product
> product=__import__(pname, global_dict, global_dict, silly)
> File "/var/lib/zope/Products/ERP5Security/__init__.py", line 19, in ?
> from Products.PluggableAuthService.PluggableAuthService import
> registerMultiPlugin
> File
> "/usr/lib/zope/lib/python/Products/PluggableAuthService/__init__.py",
> line 32, in ?
> from plugins import HTTPBasicAuthHelper as HBAH
> File
> "/var/lib/zope/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
>", line 119, in ? File
> "/usr/lib/zope/lib/python/Products/PluggableAuthService/utils.py", line
> 55, in classImplements
> from Products.Five.bridge import fromZ2Interface
> ImportError: No module named Five.bridge
> Traceback (most recent call last):
> File "/usr/lib/zope/lib/python/Zope/Startup/run.py", line 50, in ?
> run()
> File "/usr/lib/zope/lib/python/Zope/Startup/run.py", line 19, in run
> start_zope(opts.configroot)
> File "/usr/lib/zope/lib/python/Zope/Startup/__init__.py", line 52, in
> start_zope
> starter.startZope()
> File "/usr/lib/zope/lib/python/Zope/Startup/__init__.py", line 231, in
> startZope
> Zope.startup()
> File "/usr/lib/zope/lib/python/Zope/__init__.py", line 47, in startup
> _startup()
> File "/usr/lib/zope/lib/python/Zope/App/startup.py", line 45, in
> startup
> OFS.Application.import_products()
> File "/usr/lib/zope/lib/python/OFS/Application.py", line 650, in
> import_products
> import_product(product_dir, product_name, raise_exc=debug_mode)
> File "/usr/lib/zope/lib/python/OFS/Application.py", line 673, in
> import_product
> product=__import__(pname, global_dict, global_dict, silly)
> File "/var/lib/zope/Products/ERP5Security/__init__.py", line 19, in ?
> from Products.PluggableAuthService.PluggableAuthService import
> registerMultiPlugin
> File
> "/usr/lib/zope/lib/python/Products/PluggableAuthService/__init__.py",
> line 32, in ?
> from plugins import HTTPBasicAuthHelper as HBAH
> File
> "/var/lib/zope/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
>", line 119, in ? File
> "/usr/lib/zope/lib/python/Products/PluggableAuthService/utils.py", line
> 55, in classImplements
> from Products.Five.bridge import fromZ2Interface
> ImportError: No module named Five.bridge
>
>
> It seems as if some Product Five is missing or am I missing something.
I've experienced the same problem today on a Mandriva 2006.0. The reason why
this append is because of the python-zope-interface RPM, which is design to
work with Zope 3.
So uninstall this package to resolve the problem. I will update the erp5-zope
package to mark python-zope-interface RPM as a conflict.
--
Kev.
More information about the Erp5-dev
mailing list