質問編集履歴
2
軽微な修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,14 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
+
インストール時のエラーメッセージ
|
46
|
+
|
47
|
+
make[1]: *** [Makefile:1740: sipQtGuiQShortcutEvent.o] エラー 1
|
48
|
+
|
49
|
+
make[1]: ディレクトリ '/home/pi/ダウンロード/PyQt5-5.13.2/QtGui' から出ます
|
50
|
+
|
51
|
+
make: *** [Makefile:101: sub-QtGui-make_first-ordered] エラー 2
|
52
|
+
|
45
53
|
|
46
54
|
|
47
55
|
```
|
@@ -186,18 +194,6 @@
|
|
186
194
|
|
187
195
|
|
188
196
|
|
189
|
-
インストール時のエラーメッセージ
|
190
|
-
|
191
|
-
make[1]: *** [Makefile:1740: sipQtGuiQShortcutEvent.o] エラー 1
|
192
|
-
|
193
|
-
make[1]: ディレクトリ '/home/pi/ダウンロード/PyQt5-5.13.2/QtGui' から出ます
|
194
|
-
|
195
|
-
make: *** [Makefile:101: sub-QtGui-make_first-ordered] エラー 2
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
197
|
```
|
202
198
|
|
203
199
|
|
1
エラー内容を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,6 +22,8 @@
|
|
22
22
|
|
23
23
|
```
|
24
24
|
|
25
|
+
コード実行時のエラーメッセージ
|
26
|
+
|
25
27
|
Traceback (most recent call last):
|
26
28
|
|
27
29
|
File "web1-2.py", line 2, in <module>
|
@@ -38,6 +40,10 @@
|
|
38
40
|
|
39
41
|
ImportError: cannot import name 'QtWidgets' from 'PyQt5' (unknown location)
|
40
42
|
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
41
47
|
```
|
42
48
|
|
43
49
|
|
@@ -180,6 +186,16 @@
|
|
180
186
|
|
181
187
|
|
182
188
|
|
189
|
+
インストール時のエラーメッセージ
|
190
|
+
|
191
|
+
make[1]: *** [Makefile:1740: sipQtGuiQShortcutEvent.o] エラー 1
|
192
|
+
|
193
|
+
make[1]: ディレクトリ '/home/pi/ダウンロード/PyQt5-5.13.2/QtGui' から出ます
|
194
|
+
|
195
|
+
make: *** [Makefile:101: sub-QtGui-make_first-ordered] エラー 2
|
196
|
+
|
197
|
+
|
198
|
+
|
183
199
|
|
184
200
|
|
185
201
|
```
|