Will simplimysql support Python 3.x?
Hello! I want to upgrade my Python version to latest for using latest language features, but when I tried to install simplemysql, I occured an error
And how described here, MySQL-python does not currently support Python 3.
@snowtema I made some changes and create pull request.
You can install this module from my fork to support Python 3.
pip3 install git+https://github.com/mowshon/simplemysql
@mowshon Thanks a lot
Made some more changes, works with latest python3
https://github.com/elis-k/simplemysql
pip3 install git+https://github.com/elis-k/simplemysql
@elis-k Would you consider making a pull request?