回答編集履歴
4
誤字の修正
answer
CHANGED
@@ -9,4 +9,5 @@
|
|
9
9
|
pip install PyQt5==x.x.x でバージョン調整可能です。
|
10
10
|
|
11
11
|
<参考記事>
|
12
|
-
・[ValueError:PyCapsule_GetPointer called with incorrect name with <from PyQt5.QtWebEngineWidgets import QWebEnginePage>](https://stackoverflow.com/questions/55794101/valueerrorpycapsule-getpointer-called-with-incorrect-name-with-from-pyqt5-qtwe)
|
12
|
+
・[ValueError:PyCapsule_GetPointer called with incorrect name with <from PyQt5.QtWebEngineWidgets import QWebEnginePage>](https://stackoverflow.com/questions/55794101/valueerrorpycapsule-getpointer-called-with-incorrect-name-with-from-pyqt5-qtwe)
|
13
|
+
・[pipについて](https://qiita.com/HyunwookPark/items/242a8ceea656416b6da8)
|
3
誤字の修正
answer
CHANGED
@@ -6,5 +6,7 @@
|
|
6
6
|
|
7
7
|
spyderのversionにあった、PyQt5のversionにてコード実行いただけますでしょうか?
|
8
8
|
|
9
|
+
pip install PyQt5==x.x.x でバージョン調整可能です。
|
10
|
+
|
9
11
|
<参考記事>
|
10
12
|
・[ValueError:PyCapsule_GetPointer called with incorrect name with <from PyQt5.QtWebEngineWidgets import QWebEnginePage>](https://stackoverflow.com/questions/55794101/valueerrorpycapsule-getpointer-called-with-incorrect-name-with-from-pyqt5-qtwe)
|
2
誤字の修正
answer
CHANGED
@@ -7,4 +7,4 @@
|
|
7
7
|
spyderのversionにあった、PyQt5のversionにてコード実行いただけますでしょうか?
|
8
8
|
|
9
9
|
<参考記事>
|
10
|
-
・[ValueError:PyCapsule_GetPointer called with incorrect name with <from
|
10
|
+
・[ValueError:PyCapsule_GetPointer called with incorrect name with <from PyQt5.QtWebEngineWidgets import QWebEnginePage>](https://stackoverflow.com/questions/55794101/valueerrorpycapsule-getpointer-called-with-incorrect-name-with-from-pyqt5-qtwe)
|
1
誤字の修正
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
こんばんは。
|
2
2
|
|
3
|
-
問題文拝見しました。
|
3
|
+
問題文を拝見しました。
|
4
4
|
|
5
5
|
PyQt5とspyderの互換性があっていない感じがしますね。
|
6
6
|
|