Python3 support

Issue #3 resolved
erh33erherh43 created an issue

I'm guessing from the setup.py that psycogreen is only supported on Python 2.

My flask+sqlalchemy+gevent app is on python 3.5. What are my options to make psycopg2 play nice with gevent?

Comments (7)

  1. erh33erherh43 reporter

    Looking at the code, it's less than I expected. I can't even spot why it wouldn't work on Python 3.

    If it requires porting and I manage to do it, ill let you know.

  2. Daniele Varrazzo repo owner

    I just never tried it on Py3 and not touched or heard about that project in years.

  3. Log in to comment