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

/General Skills/Python Wrangling/ #1

Closed
linxcow opened this issue Apr 2, 2021 · 5 comments
Closed

/General Skills/Python Wrangling/ #1

linxcow opened this issue Apr 2, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@linxcow
Copy link

linxcow commented Apr 2, 2021

/General Skills/Python Wrangling/

In my case i had to make a small edit to ende.py to make it work

@vivian-dai
Copy link
Owner

Ah, thanks for bringing this up. Would you mind telling me what specifically you changed?

@linxcow
Copy link
Author

linxcow commented Apr 3, 2021

I changed sys.stdout.buffer.write(data_c) to sys.stdout.write(data_c) and than it worked on my system.

@vivian-dai vivian-dai assigned vivian-dai and unassigned vivian-dai Apr 3, 2021
@vivian-dai
Copy link
Owner

Ah, I think this has something to do with the difference between Python 2 and Python 3. Let me know if you're using Python 2, if not I'll have to look into this more.

@linxcow
Copy link
Author

linxcow commented Apr 3, 2021 via email

@vivian-dai
Copy link
Owner

Alright, thanks, I'll add that in now :)

@vivian-dai vivian-dai added the bug Something isn't working label Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants