On Fri, Sep 9, 2016 at 12:57 AM, Vaclav Petras <[email protected]> wrote: > On Thu, Sep 8, 2016 at 3:21 PM, stephen sefick <[email protected]> wrote: >> >> os.path.join(pluginPath, 'ui', 'DlgResults.ui')) >> File "/usr/lib64/python2.7/site-packages/PyQt4/uic/__init__.py", line >> 213, in loadUiType >> exec(code_string.getvalue(), ui_globals) >> File "", line 52, in >> File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 478, in >> _import >> mod = _builtin_import(name, globals, locals, fromlist, level) >> ImportError: No module named QtWebKit.QWebView > > > This looks like a problem in QGIS related to the QtWebKit dependency which > is recently problematic as far as I can tell from QGIS developer mailing > list.
You may try this since you are on Scientific Linux: yum install -y epel-release yum -y update yum install -y qtwebkit > You can use GRASS GIS through the GRASS plugin or just use the > standalone GRASS GIS. Yes Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
