nerdynick / PySQLPool

PySQLPool is a MySQL Connection Pooling for Python 2.4+ built on-top of the famous MySQLdb Python library. My goal of PySQLPool is to provide a simple yet robust pooling library for use in and Python application. Wether it be a simple script to a complex website built on WSGI. PySQLPool can handle it. Even this very website is built upon it, and a few others that you may interact with on a daily bases.
GNU Lesser General Public License v3.0
57 stars 21 forks source link

When i try to use it i get this error "AttributeError: 'Pool' object has no attribute 'returnConnection'" #7

Open CheyenneForbes opened 9 years ago

CheyenneForbes commented 9 years ago

When i checked the pool file i didnt see anything with the name returnConnection

nerdynick commented 9 years ago

Are you using the master branch or PyPi install? The master is in a currently not in a good state.

jbalatero commented 8 years ago

I also had this issue.