python-oursql / oursql

oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.
BSD 3-Clause "New" or "Revised" License
35 stars 19 forks source link

TypeError during installation from sources #14

Open hokmund opened 7 years ago

hokmund commented 7 years ago

During installation from sources I have encountered next error: https://pastebin.com/FXnTeSXQ

Ubuntu v. 14.04 python v. 3.6 cython v. 0.26.1

phdru commented 6 years ago

Hm, works for my with Python 3.4 and Cython 0.21.1. I forked oursql and applied missing PRs. I also added oursql.c generated by Cython to my repository (to both branches master and py3k). See the result at https://github.com/sqlobject/oursql