Bug#709524: python-repoze.what: Import of sqlalchemy adapter
Package: python-repoze.what
Version: 1.0.9-2
Severity: important
Dear Maintainer,
in /usr/share/pyshared/repoze/what/plugins/sql/adapters.py
the import of SQLAlchemyError fail because the right pacqage path change from
sqlalchemy.exceptions to sqlalchemy.exc
here is the diff that correct
63c63
< from sqlalchemy.exc import SQLAlchemyError
---
> from sqlalchemy.exceptions import SQLAlchemyError
-- System Information:
Debian Release: 7.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-repoze.what depends on:
ii python 2.7.3-4
ii python-paste 1.7.5.1-4.1
ii python-repoze.who 1.0.18-2
ii python-repoze.who-plugins 20090913-1
ii python-support 1.0.15
ii python-zope.interface 3.6.1-3
Versions of packages python-repoze.what recommends:
ii python-pkg-resources 0.6.24-1
Versions of packages python-repoze.what suggests:
ii libjs-jquery 1.7.2+dfsg-1
-- no debconf information
Reply to: