Bug 1309860
Summary: | QGIS Python Console Broken | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Aaron Sowry <aaron> |
Component: | qgis | Assignee: | Jonathan Wright <jonathan> |
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | aaron, davejohansen, rdieter, svenmueller88, volker27 |
Target Milestone: | --- | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-07-08 22:22:14 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: |
Description
Aaron Sowry
2016-02-18 20:24:47 UTC
I should probably add this was on CentOS Linux release 7.2.1511 (Core) adding "Patch" keyword, per the suggested fix(es), despite there strictly being no formal patch Just a heads-up - it seems that the fix above isn't applicable to most recent QGIS package (2.14.3-3.el7.x86_64), since the files mentioned don't exist any more. In case it's of any interest, one workaround without having to modify any source code is as follows: # mkdir /usr/share/qgis/python/QtWebKit # touch /usr/share/qgis/python/QtWebKit/__init__.py # echo "from PyQt4.QtWebKit import QWebView" > /usr/share/qgis/python/QtWebKit/QWebView.py Yes it's still of interest. Sadly this fix caused my QGIS to be completly broken. Upon loading it crashes (segmentation fault (core dumped)) I am working on QGIS 2.14.3-3.el7 from the EPEL repository on Scientific Linux release 7.2 (Nitrogen). The processing error has been as noted above. Though QGIS just crashed upon trying to open the Python console. PyQwt doesn't work with Qwt 6 and it would likely take a fair amount to resolve that ( http://lists.osgeo.org/pipermail/qgis-developer/2015-June/038105.html ). Do I understand it correctly that QGIS 2.14 won't be working on Scientific Linux anytime soon then? Will there be a 2.16 release? The plan is to just update to LTRs in EPEL, but there's a COPR for 2.16: https://copr.fedorainfracloud.org/coprs/g/scitech/qgis/ This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug. |