I have installed sqlalchemy_informix
I am using this code to create engine
engine= create_engine('informix+informixdb://userid:pwd@hostname:port/dbname'
But I m getting the error
Sqlalchemy.exc.NosuchModuleError: can't load plugin : sqlalchemy.dialects:informxix.informixdb.
Appreciate your help on this
Here is the version
Python 3.7.3
Sqlalchemy 1.3.1
Informix IDS 12.10FC12
Ibm_db=3.0.1
Thanks
Rajesh