Installing sqlalchemy does not mean all the supported drivers also get 
installed.

So, as a first step, please make sure you have ibm_db drivers installed.

You could do that using pip.

On Thursday, 10 May 2018 16:08:55 UTC+5:30, sidd...@erpdata.cloud wrote:
>
> Hi,
> I am using ibm_db_sa driver.My connection code is 
> "create_engine("db2+ibm_db://dbinst1:********@192.168.XX.XXX:XXXXX/sample",pool_size=20,
>  
> echo=False, poolclass=QueuePool).connect()"
> When I am try to connect to db I got below error
>
> ImportError: No module named 'ibm_db_dbi'
>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to