simplemysql icon indicating copy to clipboard operation
simplemysql copied to clipboard

Will simplimysql support Python 3.x?

Open snowtema opened this issue 7 years ago • 4 comments

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

2018-03-10 13 18 57

And how described here, MySQL-python does not currently support Python 3.

snowtema avatar Mar 10 '18 10:03 snowtema

@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 avatar Apr 23 '18 13:04 mowshon

@mowshon Thanks a lot

snowtema avatar May 10 '18 09:05 snowtema

Made some more changes, works with latest python3 https://github.com/elis-k/simplemysql pip3 install git+https://github.com/elis-k/simplemysql

el1s7 avatar Jul 10 '20 21:07 el1s7

@elis-k Would you consider making a pull request?

Zetaphor avatar Jul 11 '20 11:07 Zetaphor