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

Reattempting to add MySQL client using the Pure Python MySQL client #30

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ut2496
Copy link

@ut2496 ut2496 commented Mar 27, 2017

This successfully adds the MySQL client for Python 2.6.9 , 2.7 and 3.4.

ut2496 added 7 commits March 27, 2017 20:41
…ols and added conditions for ubuntu 12.04 since the Travis CI uses that as its operating system( commit attempt 3)
Added the MYSQL client , upgraded setuptools and added Pillow beforehand (due to Python 2.6.9)
@ut2496
Copy link
Author

ut2496 commented Mar 27, 2017

@tom-de-smedt @hayd Although Travis CI shows that that job fails for Python 2.7 and Python 3.4 but it successfully installs the MySQL client for both these versions of Python. The job fails due to a Unicode error in Python 3.4. For Python 2.7 it is due to Incorrect Headers in files in the Test folders.
As for Python 2.6, I suggest we remove it entirely as Tempora (a library which is being installed during the python setup.py install --quiet ) does not exist for Python 2.6. Removing Python 2.6.9 will also result in using Pillow 4.0.0 instead of 3.4.2 (Python 2.6 does not support 4.0.0). Kindly suggest further action.

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

Successfully merging this pull request may close these issues.

1 participant