I am trying to import passlib.hash with
from passlib.hash import md5_crypt
But I get the error message
ImportError: No module named passlib.hash
Why is this? Can I even us passlib.hash anymore to encrypt passwords? I know there was another question similar to this, but there was only one answer and that didn't work.
And if passlib.hash isn't the best way to go, what are some other solutions out there that work?