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

wxGUI: Remove python2 specific sys.stderr encoding handling. Fixes #3921 #167

Merged
merged 1 commit into from
Nov 3, 2019

Conversation

marisn
Copy link
Contributor

@marisn marisn commented Oct 29, 2019

The actual cause of #3921 is printing to stderr: "sys stderr: write() argument must be str, not bytes", although passed error message is str. Removing this python2 specific workaround fixes the issue.

@metzm
Copy link
Contributor

metzm commented Oct 30, 2019

This new bug is quite annoying, and it affects also GRASS 7.8. I suggest to merge and backport to 7.8.

@neteler
Copy link
Member

neteler commented Oct 31, 2019

We need to create 7.8.1RC2 including this fix asap.

@neteler
Copy link
Member

neteler commented Nov 3, 2019

Backported to relbranch78 in 657ef28

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

4 participants