I use the combination of Apache2, mod_wsgi, flask, pysnmp - SNMPv3 on Windows 10 environment. I integrated flask with apache2 using mod_wsgi. Flask application does SNMP related stuffs, for which i use pysnmp module. I use SNMP v3 which does encryption and decryption. After integration, on running apache2 i get following error.
OSError: Cannot load native module 'Cryptodome.Cipher._raw_ecb': Trying '_raw_ecb.pyd'
cannot load library C:\\Users\\...\\Lib\\site-packages\\Cryptodome\\Util\\..\\Cipher\\_raw_ecb.pyd: error 0x45a.
Any suggestions or help will be greatly appreciated.
Note:- When i use flask development server, i didn't get this error. Everything works fine.