Package: python2.3
Version: 2.3.4-19
Severity: grave
Justification: renders package unusable


I'm using the python2.3 to run my Zope 2.7.3 with CMF/Plone. After an update in
debian unstable, it doesn't work anymore, because it raises an AttributeError
during a deep copy. I haven't investigated the Problem, but seems to be package
related for me. 

I downgraded to the latest testing release of python2.3 and I'm able to start 
Zope with the products as usual. The traceback as follows:

Traceback (most recent call last):
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/run.py", line 50, in ?
    run()
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/run.py", line 19, in run
    start_zope(opts.configroot)
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/__init__.py", line 51, in 
start_zope
    starter.startZope()
  File "/opt/Zope-2.7.3/lib/python/Zope/Startup/__init__.py", line 230, in 
startZope
    Zope.startup()
  File "/opt/Zope-2.7.3/lib/python/Zope/__init__.py", line 47, in startup
    _startup()
  File "/opt/Zope-2.7.3/lib/python/Zope/App/startup.py", line 45, in startup
    OFS.Application.import_products()
  File "/opt/Zope-2.7.3/lib/python/OFS/Application.py", line 637, in 
import_products
    import_product(product_dir, product_name, raise_exc=debug_mode)
  File "/opt/Zope-2.7.3/lib/python/OFS/Application.py", line 660, in 
import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/opt/AlphaFlow/Products/ATContentTypes/__init__.py", line 54, in ?
    import Products.ATContentTypes.migration
  File "/opt/AlphaFlow/Products/ATContentTypes/migration/__init__.py", line 3, 
in ?
    import ATCTMigrator
  File "/opt/AlphaFlow/Products/ATContentTypes/migration/ATCTMigrator.py", line 
30, in ?
    from Products.ATContentTypes.types import ATDocument, ATEvent, \
  File "/opt/AlphaFlow/Products/ATContentTypes/types/__init__.py", line 26, in ?
    import ATLink
  File "/opt/AlphaFlow/Products/ATContentTypes/types/ATLink.py", line 38, in ?
    from Products.ATContentTypes.types.ATContentType import ATCTContent
  File "/opt/AlphaFlow/Products/ATContentTypes/types/ATContentType.py", line 
61, in ?
    from Products.ATContentTypes.types.schemata import ATContentTypeSchema
  File "/opt/AlphaFlow/Products/ATContentTypes/types/schemata.py", line 53, in ?
    ATContentTypeBaseSchema = BaseSchema.copy()
  File "/opt/AlphaFlow/Products/Archetypes/Schema/__init__.py", line 671, in 
copy
    c.addField(field.copy())
  File "/opt/AlphaFlow/Products/Archetypes/Field.py", line 203, in copy
    properties = deepcopy(cdict)
  File "/usr/lib/python2.3/copy.py", line 191, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.3/copy.py", line 285, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.3/copy.py", line 200, in deepcopy
    copier = _getspecial(cls, "__deepcopy__")
  File "/usr/lib/python2.3/copy.py", line 66, in _getspecial
    for basecls in cls.__mro__:
AttributeError: __mro__


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3 depends on:
ii  libbz2-1.0                  1.0.2-3      high-quality block-sorting file co
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-17    Berkeley v4.2 Database Libraries [
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  libreadline4                4.3-15       GNU readline and history libraries
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to