I'm using Trac 0.10.4 on Debian Sarge, installed all plugin requirements as described in http://trac.edgewall.org/wiki/TracPlugins, downloaded http://trac-hacks.org/changeset/latest/timingandestimationplugin/branches/trac0.10?old_path=/&filename=timingandestimationplugin/branches/trac0.10&format=zip, created the `egg' and tried to install it:
# trac-admin /srv/trac/project/ upgrade
Timing and Estimation needs an upgrade
Upgrading Database
Creating bill_date table
Creating report_version table
no migration for upgrade2 ('No module named upgrade2',) ['__doc__', '__getitem__', '__init__', '__module__', '__str__', 'args']
no migration for upgrade3 ('No module named upgrade3',) ['__doc__', '__getitem__', '__init__', '__module__', '__str__', 'args']
Running migrate version 4
Upgrading fields
Upgrading reports
Command failed: iteration over non-sequence
My Trac is not working anymore, I'm just getting this error message:
Internal Error
The Trac Environment needs to be upgraded. Run trac-admin /srv/trac/project upgrade"
Thanks in advance for any help,
Thomas