<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I have just installed all the packages from the 2006 erp5 repository.<BR>
<BR>
Upon starting zope this is what I get:<BR>
<BR>
------<BR>
2006-02-06T21:34:50 ERROR(200) Zope Could not import Products.ERP5Security<BR>
Traceback (most recent call last):<BR>
File "/usr/lib/zope/lib/python/OFS/Application.py", line 673, in import_product<BR>
product=__import__(pname, global_dict, global_dict, silly)<BR>
File "/var/lib/zope/Products/ERP5Security/__init__.py", line 19, in ?<BR>
from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin<BR>
File "/usr/lib/zope/lib/python/Products/PluggableAuthService/__init__.py", line 32, in ?<BR>
from plugins import HTTPBasicAuthHelper as HBAH<BR>
File "/var/lib/zope/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py", line 119, in ?<BR>
File "/usr/lib/zope/lib/python/Products/PluggableAuthService/utils.py", line 55, in classImplements<BR>
from Products.Five.bridge import fromZ2Interface<BR>
ImportError: No module named Five.bridge<BR>
Traceback (most recent call last):<BR>
File "/usr/lib/zope/lib/python/Zope/Startup/run.py", line 50, in ?<BR>
run()<BR>
File "/usr/lib/zope/lib/python/Zope/Startup/run.py", line 19, in run<BR>
start_zope(opts.configroot)<BR>
File "/usr/lib/zope/lib/python/Zope/Startup/__init__.py", line 52, in start_zope<BR>
starter.startZope()<BR>
File "/usr/lib/zope/lib/python/Zope/Startup/__init__.py", line 231, in startZope<BR>
Zope.startup()<BR>
File "/usr/lib/zope/lib/python/Zope/__init__.py", line 47, in startup<BR>
_startup()<BR>
File "/usr/lib/zope/lib/python/Zope/App/startup.py", line 45, in startup<BR>
OFS.Application.import_products()<BR>
File "/usr/lib/zope/lib/python/OFS/Application.py", line 650, in import_products<BR>
import_product(product_dir, product_name, raise_exc=debug_mode)<BR>
File "/usr/lib/zope/lib/python/OFS/Application.py", line 673, in import_product<BR>
product=__import__(pname, global_dict, global_dict, silly)<BR>
File "/var/lib/zope/Products/ERP5Security/__init__.py", line 19, in ?<BR>
from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin<BR>
File "/usr/lib/zope/lib/python/Products/PluggableAuthService/__init__.py", line 32, in ?<BR>
from plugins import HTTPBasicAuthHelper as HBAH<BR>
File "/var/lib/zope/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py", line 119, in ?<BR>
File "/usr/lib/zope/lib/python/Products/PluggableAuthService/utils.py", line 55, in classImplements<BR>
from Products.Five.bridge import fromZ2Interface<BR>
ImportError: No module named Five.bridge<BR>
<BR>
<BR>
It seems as if some Product Five is missing or am I missing something.<BR>
<BR>
Any help or advice on this shall be welcome,<BR>
<BR>
Thanks & Regards,<BR>
SB<BR>
<BR>
</BODY>
</HTML>