Hi,

I am using the wx python,Mysqldb,odbc connector.

Is there any python package which individually imports pool.

Script is as follows

Import pool
db_connection_pool = pool.Pool(lambda:db.open_connection(db=dbtouse))

I am trying to build the code but the application is not triggering the 
database and the application is leaving a traceback attribute error: module 
object has no attribute 'Pool'

Can any one suggest me how to resolve the issue crept in my python application?

Thanks,
  Kiran
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to