from Crypto.Cipher import PKCS1_OAEP from Crypto import Hash Hash.MD5
That code works without issue.
from Crypto import Hash Hash.MD5 <