AES 128 hash problem

Good day,

i just wanna ask cause i made a python program that encrypts using aes 128 in ecb mode and i get a hex value for the encrypted message. in kodular creator i tried encrypting the same data but what i got was the hash which was a whole new different set of values compared to what i got from my encryption program (i was using pycrypto). because of that things wouldnt line up and i cant decrypt data encrypted by my python program with the app. any help would be great thankyou!

Hello,
Kodular uses the official AES library, so it must be something wrong with the python library you are using.

i tried some aes encryptor online which produces an output of hex values and it produces the same result as my python program.