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

Update setup.py to support python versions 3.6+ #97

Conversation

KBcommitment
Copy link

Since last week I have problem with old project on python 2.7 using dicttoxml without fixed version. It had version 1.7.4 before, now it's 1.7.13 and causes UnicodeDecodeError.

@adrien-berchet
Copy link

Maybe it's related to #98 ?

@KBcommitment
Copy link
Author

@adrien-berchet yes, I had error on the same line:

LOG.info('Inside unicode_me(). val = "%s"' % (val))

@adrien-berchet
Copy link

So I guess #99 should solve our 2 issues

@KBcommitment
Copy link
Author

So I guess #99 should solve our 2 issues

I will check if there are any compatibility issues with Python 2.7 and then close this PR.

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.

None yet

2 participants