Sort:  

Yes, you right. I tried that but same problem occurs.

start python
and enter
from Crypto.Cipher import AES
AES.__file__
When you recieve something like ...Crypto\Cipher\AES.py' your are fine.
..Cryptodome\Cipher\AES.py' means the wrong library is installed.