Since Django 1.5 will support python3, I have begun porting ductus to
run on python3 as well. More information about the changes necessary
can be found at
https://docs.djangoproject.com/en/1.5/topics/python3/
In particular, note that Django 1.4.2 is the minimum version that will
work now, so if you are still using 1.4.1 you will need to upgrade.
Obviously there are higher priorities than porting to python3, but this
is giving me a way to ease back into the code base, so I find it quite
useful from that perspective.
Cheers,
Jim