0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

tkinter PySimple GUIでWebアプリ作成

0
Posted at

早速やってみます。

PySimpleGUIは標準ライブラリではないので、インストールします。

python3 -m pip install pysimplegui
Collecting pysimplegui
  Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 9.3 MB/s eta 0:00:00
Installing collected packages: pysimplegui
Successfully installed pysimplegui-4.60.4

アプリ作成中に 

    import _tkinter # If this fails your Python may not be configured for Tk
    ^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_tkinter'

こんなのが出てきました。
こちらの対応を検討します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?