WSL2(Ubuntu)でPySimpleGUI 立上げ(tkinter がないエラーの解決, DISPLAY設定)
個人メモとして残します。
PySimpleGUI(Pythonで書けるGUIライブラリ) を動かしたいために、立上げ。
環境 :Ubuntu20.04 (Windows10のWSL2でinstall)
Python :Python3
$ pip install PySimpleGUI
で入れたんだが、こんなエラー
$ python3Python 3.6.9 (default, Jan 26 2021, 15:33:00)[GCC 8.4.0] on linuxTy