Bug 1219997
| Summary: | ipython in pylab qt mode prevents import of PyQt4 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Lupien <christian.lupien> |
| Component: | ipython | Assignee: | Thomas Spura <tomspur> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | michel, mrunge, orion, python-sig, shahms, tomspur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipython-2.4.1-7.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-30 00:46:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
ipython-2.4.1-3.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ipython-2.4.1-3.fc21 I just updated to python-ipython-2.4.1-3.fc21.noarch from update-testing and it works. My problem is solved. Thanks. Package ipython-2.4.1-5.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ipython-2.4.1-5.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-7900/ipython-2.4.1-5.fc21 then log in and leave karma (feedback). The install line should be su -c 'yum update --enablerepo=updates-testing python-ipython-2.4.1-5.fc21' It works for me. I left some karma. Package ipython-2.4.1-6.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ipython-2.4.1-6.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-7900/ipython-2.4.1-6.fc21 then log in and leave karma (feedback). ipython-2.4.1-7.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ipython-2.4.1-7.fc21 ipython-2.4.1-7.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/ipython-2.4.1-7.fc22 Package ipython-2.4.1-7.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ipython-2.4.1-7.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-11677/ipython-2.4.1-7.fc22 then log in and leave karma (feedback). ipython-2.4.1-7.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. ipython-2.4.1-7.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Trying to import PyQt4 in a pylab session of ipython fails. Version-Release number of selected component (if applicable): python-ipython-2.4.1-1.fc21.noarch How reproducible: Always Steps to Reproduce: 1. Start ipython in pylab mode: ipython --pylab=qt 2. Try to import pyQt4 Actual results: ImportError: Importing PyQt4 disabled by IPython, which has already imported an Incompatible QT Binding: pyqtv1 Expected results: It should just import the module. It is already loaded. Additional info: The problem is a bug in IPython version 2.4.1 The fix is in 3.0.0. The actual commit of the fix is https://github.com/ipython/ipython/commit/5f275fe135362d5b6cca79d004f8fa272eec24d2 So please either update ipython or backport the small fix.