masroore / pg_simple

A simple wrapper over psycopg2 with support for common SQL functions and connection pooling

Home Page:https://pypi.python.org/pypi/pg_simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import error

rajathgunners opened this issue · comments

There are 2 errors to be fixed in the pool.py and pg_simple.py

pool.py
Line 4 "import urlparse" changed to "import urllib.parse" for python3.x
pg_simple.py
LIne 11 "import pool" change to "import psycopg2.pool" for python3.x