Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ddd47 commit 77b8174Copy full SHA for 77b8174
setupext.py
@@ -2080,7 +2080,7 @@ def backend_pyqt4_internal_check(self):
2080
2081
try:
2082
qt_version = QtCore.QT_VERSION
2083
- pyqt_version_str = QtCore.QT_VERSION_STR
+ pyqt_version_str = QtCore.PYQT_VERSION_STR
2084
except AttributeError:
2085
raise CheckFailed('PyQt4 not correctly imported')
2086
else:
@@ -2130,7 +2130,7 @@ def backend_pyqt5_internal_check(self):
2130
2131
2132
2133
2134
2135
raise CheckFailed('PyQt5 not correctly imported')
2136
0 commit comments