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

savecase is not compatible with python 3.4.3 #25

Open
NadineLe opened this issue May 24, 2016 · 0 comments
Open

savecase is not compatible with python 3.4.3 #25

NadineLe opened this issue May 24, 2016 · 0 comments

Comments

@NadineLe
Copy link

Line 101 in savecase.py has to be changed from "fd = open(fname, "wb")" to "fd = open(fname, "w")" By using the first version I get the error massage: "'str' does not support the buffer interface"

nickpowersys added a commit to nickpowersys/PYPOWER that referenced this issue Jul 17, 2016
rwl added a commit that referenced this issue Jul 18, 2016
For automatic status update for fixed issue #21 and fixed issue #25.
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