-
Notifications
You must be signed in to change notification settings - Fork 6
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
python3 #7
Comments
Hello again! A python3 version is being developed. If you used |
Hello, unfortunately it is not enough. When I jus run Superfold for python3 version I obtained: After changing "rU" to newline=None or newline='': |
This has something to do with how strings are encoded in python2 vs python3. Lines 740-747 should be something like 'U' mode was not causing the error, only a warning. Since 'U' mode is the new default, python is telling you that it is not necessary. |
Do you consider to adapt the program to python3?
The text was updated successfully, but these errors were encountered: