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

Monsoon.reflash does not work with Python 3 #12

Open
luiscruz opened this issue Oct 25, 2017 · 0 comments
Open

Monsoon.reflash does not work with Python 3 #12

luiscruz opened this issue Oct 25, 2017 · 0 comments

Comments

@luiscruz
Copy link

luiscruz commented Oct 25, 2017

The main problem is related with the way the .fwm file is opened.
With Python 3 the file has to be opened as bytes. However this enforces other changes in the code.

The following docs might help:
http://python3porting.com/problems.html#bytes-strings-and-unicode

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

1 participant