回答編集履歴

2

よくある問題について追記

2020/10/31 11:32

投稿

teamikl
teamikl

スコア8760

test CHANGED
@@ -31,3 +31,25 @@
31
31
    (複数インストールシている場合は、PATHも要確認)
32
32
 
33
33
  - Pythonのインストールが正常かどうか
34
+
35
+ - [IDLE Startup Failure](https://docs.python.org/ja/3/library/idle.html#startup-failure)
36
+
37
+
38
+
39
+ 未翻訳ですが、公式ドキュメントのIDLE起動に失敗するケースについて、
40
+
41
+ 詳しく書かれてます。
42
+
43
+
44
+
45
+ - タスクマネージャーで pythonw.exe が起動してる場合は、全て終了してから試してみてください。
46
+
47
+ - よくあるケースでは、標準ライブラリと同じファイル名のファイルを開こうとしている場合失敗します。
48
+
49
+ - 稀に、アンチウィルスソフトやファイヤーウォールが原因のこともあります。
50
+
51
+ - 起動時に読み込まれるファイル、 ~/.idlerc/フォルダの破損。
52
+
53
+
54
+
55
+ > If IDLE quits with no message, and it was not started from a console, try starting it from a console or terminal (python -m idlelib) and see if this results in an error message.

1

誤字修正

2020/10/31 11:32

投稿

teamikl
teamikl

スコア8760

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- ※ ショートカット等から pywpythonw.exe での起動の場合、標準エラー出力は表示されません。
21
+ ※ ショートカット等から pyw (pythonw.exe) での起動の場合、標準エラー出力は表示されません。
22
22
 
23
23
 
24
24