Closed RobinDelearde closed 4 years ago
I updated the README accordingly. I hope Python 3 is not a show-stopper for you, and you still find this framework useful. :-)
Indeed the bug fixing for yield was for Python 2 too actually, it's ok with Python 3. So I will use Python3 :-) Thanks.
Hi, now I see that indeed you are probably using Python 2 and so you've changed
yield from
toyield
, which causes the second problem in your issue. I would recommend switching to Python 3 when using this project, as I don't expect Python 2 is compatible anymore (this part of the README, while it was true for a while when I switched to Python 3, is actually wrong by now). I will close this PR, as the changes should not be applied.