質問編集履歴

1

コードの入力

2020/09/23 14:04

投稿

TK_programer
TK_programer

スコア2

test CHANGED
File without changes
test CHANGED
@@ -8,13 +8,33 @@
8
8
 
9
9
 
10
10
 
11
+ ### importしているコード
12
+
13
+
14
+
15
+ ```
16
+
17
+ import PIL.Image
18
+
19
+ ```
20
+
21
+
22
+
11
23
  ### 発生している問題・エラーメッセージ
12
24
 
13
25
 
14
26
 
15
27
  エラーメッセージ
16
28
 
29
+
30
+
31
+ ``` File "/Users/user/Desktop/python_lessons/displmage.py", line 3, in <module>
32
+
33
+ import PIL.Image
34
+
17
- ModuelNotFoundError:No moduel named "PIL"
35
+ ModuleNotFoundError: No module named 'PIL'
36
+
37
+ ```
18
38
 
19
39
 
20
40