【求助】Python的Graphics库问题本人初学,想用Graphics库来画画图,结果每次打开一个窗口都是未响应,代码为简单的两行,如下,求高手解答,谢谢!>>> from graphics import *>>> win=GraphWin()[解决办法]看了下是基于tkinter,所以不要在idle里跑,idle同样也是用tkinter冲突了...