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 latest fife engine works with python3.
Most of the code in these tutorials is python version indepentent, except for the last tutorial where there is a call to unicode(), a python2 only function.
It would be great if this could be made into something version independent too.