Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will simplimysql support Python 3.x? #27

Open
snowtema opened this issue Mar 10, 2018 · 4 comments
Open

Will simplimysql support Python 3.x? #27

snowtema opened this issue Mar 10, 2018 · 4 comments

Comments

@snowtema
Copy link

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.

@mowshon
Copy link

mowshon commented Apr 23, 2018

@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

@snowtema
Copy link
Author

@mowshon Thanks a lot

@el1s7
Copy link

el1s7 commented Jul 10, 2020

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

@Zetaphor
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants