Discussion:
[Erp5-dev] New 2006.0 RPMs
Kevin Deldycke
2006-01-31 09:40:36 UTC
Permalink
Hi !

FYI, I've just added the following RPM packages to the 2006.0 repository:
* zope-DCWorkflowGraph-0.3-1mdk.noarch.rpm
* zope-LDAPUserFolder-2.6-1mdk.noarch.rpm
* zope-VisualTraceback-0.10-1mdk.noarch.rpm
* zope-LDAPMultiPlugins-1.1-1mdk.noarch.rpm
* zope-VerboseSecurity-0.6-1mdk.noarch.rpm

Feel free to test it and report me bugs.

Note: don't forget the 48h squid cache...
--
Kev.
Kevin Deldycke
2006-01-31 14:56:45 UTC
Permalink
Post by Kevin Deldycke
Hi !
* zope-DCWorkflowGraph-0.3-1mdk.noarch.rpm
* zope-LDAPUserFolder-2.6-1mdk.noarch.rpm
* zope-VisualTraceback-0.10-1mdk.noarch.rpm
* zope-LDAPMultiPlugins-1.1-1mdk.noarch.rpm
* zope-VerboseSecurity-0.6-1mdk.noarch.rpm
Feel free to test it and report me bugs.
Note: don't forget the 48h squid cache...
Thanks to Vincent from Nexedi, the squid cache is now set to 60 minutes
(instead of 4320).
--
Kev.
Shrenik Bhura
2006-02-06 16:07:30 UTC
Permalink
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.

Any help or advice on this shall be welcome,

Thanks & Regards,
SB

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20060206/83259b11/attachment.htm>
Kevin Deldycke
2006-04-14 11:11:26 UTC
Permalink
Post by Shrenik Bhura
Hello,
I have just installed all the packages from the 2006 erp5 repository.
------
2006-02-06T21:34:50 ERROR(200) Zope Could not import
Products.ERP5Security
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
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.
Kevin Deldycke
2006-04-18 07:54:33 UTC
Permalink
Has this been updated?
Our RPM repository was updated to take care of this bug. We now use a patched
version of PluggableAuthService.
--
Kev.
Alex Clark
2006-04-21 11:46:14 UTC
Permalink
All,

Is it possible to check out ERP5 and it's dependencies via public SVN or CVS repo access ?

Thank You
Post by Kevin Deldycke
Has this been updated?
Our RPM repository was updated to take care of this bug. We now use a patched
version of PluggableAuthService.
--
Kev.
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
http://erp5.org/mailman/listinfo/erp5-dev
--
Alex Clark
Loading...