Hi,

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

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/5ca13a4b-0c0d-48ed-a8ee-567bbf4d4ea2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to