Tkinter canvas (window) does not start when running Python 3.7.4 with Atom

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

2020-02-09_17h35_03.png

Recommended Posts

Tkinter canvas (window) does not start when running Python 3.7.4 with Atom
When Anaconda Navigator (Mac) does not start
[Python] Expression (1,2) does not make tuples with parentheses
When wildcard specification does not work with pylint
Python programming with Atom
Check when the version does not switch with pyenv
Problem not knowing parameters when dealing with Blender from Python
Solution when the image cannot be displayed with tkinter [python]
Ubuntu 20.04 does not start when trying to install nvidia driver
Programming with Python and Tkinter
Specify options when running python
Python version does not switch
Run Label with tkinter [Python]
Error when playing with python
Try running Python with Try Jupyter
How to not escape Japanese when dealing with json in python
[Centos8] logrotate does not start properly
Robot running with Arduino and python
Use OpenCV with Python 3 in Window
Until dealing with python in Atom
When matplotlib doesn't work with python2.7
I tried running prolog with python 3.8.2.
Prepare Python development environment with Atom
[Python] Creating multiple windows with Tkinter
When using MeCab with virtualenv python
Precautions when using six with Python 2.5
[Python] Format when to_csv with pandas
Check items when the imported python module does not work as expected
Processing when the key input of Python pygame does not go well.
Note that admin.py is not reflected immediately when running Django with WSGIDaemonProcess
Enter into stdin of the running Docker container
Solution for inaccessible Gin server running on Docker container
Carry a Docker container
Build Docker environment (Linux 8) and start Apache HTTP Server container
Check when the Docker container does not connect to the Internet
Specify options when running python
Japanese file name is garbled when setting LANG environment variable when running Java program on Docker container
Tkinter canvas (window) does not start when running Python 3.7.4 with Atom