Application is unresponsive.
nigelhiggs opened this issue · 1 comments
nigelhiggs commented
After fixing line 16 of the conway.py file the application window pops up. The window sits idle and when viewing the program through task manager says "Not responding". Idk what to fix but sad to see it not working.
ILikeTrains27 commented
The same thing happened for me, I did what #2 did and replaced time.sleep(0.01)
with plt.pause(0.1)
on line 43 and now it's working for me.