Bug#463259: "ImportError: No module named proxy" on upgrade to version 3.8.0-1

Allen Chan allen at developers.alyz.com
Wed Jan 30 17:27:43 UTC 2008


Package: python-zodb
Version: 3.8.0-1
Severity: important

After upgrading to 3.8.0-1, the following occurs:

% python
Python 2.4.4 (#2, Jan  3 2008, 13:53:47)
[GCC 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/ZODB/__init__.py", line 31, in ?
    from DB import DB
  File "/usr/lib/python2.4/site-packages/ZODB/DB.py", line 27, in ?
    from ZODB.Connection import Connection
  File "/usr/lib/python2.4/site-packages/ZODB/Connection.py", line 33, in ?
    from ZODB.blob import Blob, rename_or_copy_blob
  File "/usr/lib/python2.4/site-packages/ZODB/blob.py", line 38, in ?
    from zope.proxy import getProxiedObject, non_overridable
ImportError: No module named proxy
>>>


I do not have all of zope installed, just python-zodb and its dependencies.  For now,
I've downgraded to 3.6.0-8 to keep my software running.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-3-alyz-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-zodb depends on:
ii  libc6                         2.7-6      GNU C Library: Shared libraries
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-central                0.5.15-0.1 register and build utility for Pyt
ii  python-zopeinterface          3.3.1-5    The implementation of interface de

python-zodb recommends no packages.

-- no debconf information





More information about the pkg-zope-developers mailing list