Hi all,

I hit this same bug elsewhere and found out the reason is that python-migrate (SQLAlchemy Migrate) broke backwards-compatibility between versions 0.6.0 and 0.6.1:

http://code.google.com/p/sqlalchemy-migrate/downloads/detail?name=sqlalchemy-migrate-0.6.1.tar.gz&can=2&q=
> - moved migrate.changeset.exceptions and
>   migrate.versioning.exceptions to migrate.exceptions

$ dpkg -L zine|xargs grep "migrate.*exceptions"
/usr/lib/zine/zine/upgrades/customisation.py:from migrate.versioning import api, exceptions /usr/lib/zine/zine/upgrades/__init__.py:from migrate.versioning.exceptions import KnownError

These two references would need to be updated to fix this bug.


Regards,
Tuukka




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to