[Erp5-users] ERP5 on Debian Etch.

Mauro Ziliani mauro.ziliani at ngi.it
Fri Jun 6 12:17:47 CEST 2008


Hi all.
I try to install ERP5 on Debian Etch following the how-to on

http://code.google.com/p/deb4erp5/wiki/HowToRunERP5OnDebian

When I startup in debug mode as explain on the how-to, ERP5 doesn't 
start and I reach the following traceback

/var/lib/erp5/instance/one/bin/runzope -X debug-mode=on
2008-06-06 12:13:25 INFO ZServer HTTP server started at Fri Jun  6 
12:13:25 2008
        Hostname: 0.0.0.0
        Port: 18080
2008-06-06 12:13:25 INFO ZServer Timer server started at Fri Jun  6 
12:13:25 2008
        Interval: 5 seconds.

2008-06-06 12:13:25 INFO Zope Set effective user to "erp5"
2008-06-06 12:13:26 WARNING Init Class 
Products.CMFCore.PortalContent.PortalContent has a security declaration 
for nonexistent method 'manage_FTPget'
2008-06-06 12:13:26 WARNING Init Class 
Products.CMFCore.PortalContent.PortalContent has a security declaration 
for nonexistent method 'manage_FTPget'
2008-06-06 12:13:26 ERROR Zope Could not import Products.CMFActivity
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/OFS/Application.py", line 695, in 
import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/var/lib/erp5/instance/one/Products/CMFActivity/__init__.py", 
line 34, in ?
    from Products.ERP5Type.Utils import initializeProduct, updateGlobals
  File "/var/lib/erp5/instance/one/Products/ERP5Type/__init__.py", line 
39, in ?
    from Products.ERP5Type.Utils import initializeProduct, updateGlobals
  File "/var/lib/erp5/instance/one/Products/ERP5Type/Utils.py", line 
1359, in ?
    import Products.iHotfix
  File "/usr/lib/erp5/lib/python/Products/iHotfix/__init__.py", line 
333, in ?
    TemplateDict.__dict__['mxDateTime'] = DateTime
TypeError: object does not support item assignment
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Zope2/Startup/run.py", line 56, in ?
    run()
  File "/usr/lib/erp5/lib/python/Zope2/Startup/run.py", line 21, in run
    starter.prepare()
  File "/usr/lib/erp5/lib/python/Zope2/Startup/__init__.py", line 98, in 
prepare
    self.startZope()
  File "/usr/lib/erp5/lib/python/Zope2/Startup/__init__.py", line 257, 
in startZope
    Zope2.startup()
  File "/usr/lib/erp5/lib/python/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/usr/lib/erp5/lib/python/Zope2/App/startup.py", line 45, in startup
    OFS.Application.import_products()
  File "/usr/lib/erp5/lib/python/OFS/Application.py", line 672, in 
import_products
    import_product(product_dir, product_name, raise_exc=debug_mode)
  File "/usr/lib/erp5/lib/python/OFS/Application.py", line 695, in 
import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/var/lib/erp5/instance/one/Products/CMFActivity/__init__.py", 
line 34, in ?
    from Products.ERP5Type.Utils import initializeProduct, updateGlobals
  File "/var/lib/erp5/instance/one/Products/ERP5Type/__init__.py", line 
39, in ?
    from Products.ERP5Type.Utils import initializeProduct, updateGlobals
  File "/var/lib/erp5/instance/one/Products/ERP5Type/Utils.py", line 
1359, in ?
    import Products.iHotfix
  File "/usr/lib/erp5/lib/python/Products/iHotfix/__init__.py", line 
333, in ?
    TemplateDict.__dict__['mxDateTime'] = DateTime
TypeError: object does not support item assignment


Where I mistake?

Best regards.
  Mauro Ziliani



More information about the Erp5-users mailing list