I created an environment to run Python 3.7.4 with Atom, but when I run a program that displays canvas using the Tkinter library, the canvas (window) does not start. If you know the cause, could you please tell me how to solve it?
■ What I did (1) In the default development environment (IDLE) of Python 3.7.4, when you execute the program that displays canvas using the Tkinter library, the canvas window will be displayed as shown in the attached photo. (Image of alien) (2) Prepared the environment of Atom 1.4, installed the package called "atom-runnter" described later, and built the environment where Python can be executed in Atom. ③ However, when the same program is executed with Atom, the window for displaying the execution result is displayed at the lower right of Atom (there is no print statement, so nothing is actually displayed), but the window for ① does not start. .. * When I tried adding print ("hello") to the program, it was displayed correctly in the execution result, but the window still does not appear.
■ Atom introduction package (listed including those that do not seem to be related) atom-runner busy-signal indent-guide-improved intentions japanese-menu linter linter-php linter-ui-default script show-ideographic-space
Recommended Posts