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.
2 parents 8cd3eaf + 77b8174 commit 9e31bd9Copy full SHA for 9e31bd9
setupext.py
@@ -2083,7 +2083,7 @@ def backend_pyqt4_internal_check(self):
2083
2084
try:
2085
qt_version = QtCore.QT_VERSION
2086
- pyqt_version_str = QtCore.QT_VERSION_STR
+ pyqt_version_str = QtCore.PYQT_VERSION_STR
2087
except AttributeError:
2088
raise CheckFailed('PyQt4 not correctly imported')
2089
else:
@@ -2133,7 +2133,7 @@ def backend_pyqt5_internal_check(self):
2133
2134
2135
2136
2137
2138
raise CheckFailed('PyQt5 not correctly imported')
2139
0 commit comments