Skip to content
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

Incorrect Qt and PySide version comparison #3253

Closed
mauroriccardi opened this issue May 1, 2013 · 1 comment
Closed

Incorrect Qt and PySide version comparison #3253

mauroriccardi opened this issue May 1, 2013 · 1 comment
Milestone

Comments

@mauroriccardi
Copy link

Hiya,
(this is about IPython 0.13)
in the file IPython/external/qt.py the versions of both pyqt and pyside are compared with the minimum requirements by simply comparing strings. In example, since I installed PyQt4 version 4.10, the comparison failed for me since, as strings, '4.10' is less than '4.7', making the command 'ipython qtconsole' exit immediately.
I solved this problem in my own installation with an easy and ugly hack, but I'm sure it can be done much better and more elegantly.

Thanks in advance.
Cheers, MR

@takluyver
Copy link
Member

Thanks, but it's long since been fixed, and the fix is in the latest release (0.13.2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants