You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: