AlexKuhnle / ShapeWorld

MIT License
58 stars 18 forks source link

minor corrections #15

Closed RobinDelearde closed 4 years ago

AlexKuhnle commented 4 years ago

Hi, now I see that indeed you are probably using Python 2 and so you've changed yield from to yield, 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.

AlexKuhnle commented 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. :-)

RobinDelearde commented 4 years ago

Indeed the bug fixing for yield was for Python 2 too actually, it's ok with Python 3. So I will use Python3 :-) Thanks.