new requirement
from
Rob Miller
on Aug 10, 2006 05:33 AM
hi all,
just a head's up that there's a new remember requirement; you'll need the bcrypt module (http://www.mindrot.org/py-bcrypt.html) to support the new password encryption code. bcrypt is in the cheese shop (http://cheeseshop.python.org/pypi/bcrypt/0.1), so theoretically you should be able to do 'sudo easy_install bcrypt' and be done. that didn't work for me, however, i had to download the source code and use "sudo setup.py install": http://www2.mindrot.org/files/py-bcrypt/py-bcrypt-0.1.tar.gz
-r