-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyQt minimum version requirement #1291
Comments
From pierre.raybaut on 2013-03-03T11:03:29Z This issue was updated by revision 2c93f12f1e1b . Status: Fixed |
From ccordoba12 on 2013-03-03T16:33:49Z issue #1294 has been merged into this issue. |
From pierre.raybaut on 2013-03-04T08:32:24Z issue #1295 has been merged into this issue. |
From david.ve...@gmail.com on 2013-03-08T01:10:55Z issue #1302 has been merged into this issue. |
From fhe...@gmail.com on 2013-03-08T07:41:36Z In the path line 10, shouldn't it be:
? |
From pierre.raybaut on 2013-03-18T11:06:29Z issue #1324 has been merged into this issue. |
From pierre.raybaut on 2013-05-02T00:56:24Z issue #1376 has been merged into this issue. |
From pierre.raybaut on 2013-05-19T23:48:05Z issue #1295 has been merged into this issue. |
From techtonik@gmail.com on 2013-06-06T14:31:11Z issue #1302 has been merged into this issue. |
From pierre.raybaut on 2013-06-19T06:11:07Z issue #1447 has been merged into this issue. |
From pierre.raybaut on 2013-07-09T06:22:19Z issue #1482 has been merged into this issue. |
From paolocre...@gmail.com on 2013-03-03T08:19:10Z
Spyder Version: 2.1.13
Python Version: 2.7.3
Qt Version: 4.8.4, PyQt4 (API v2) 4.10 on Linux
The check_version function actually does a comparison between strings,
that results in "10"<"4" to be True, preventing spyder to start with
PyQt-4.10. A solution is to cast those strings to int and then make the check.
Attachment: version_check.patch
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1291
The text was updated successfully, but these errors were encountered: