[GRASS-user] qgis problems SL 7 (Processing); (http://courses.neteler.org/qgis-2-10-rpms-for-fedora-21-centos-7-scientific-linux-7/)

Hello, I don’t know if this is the appropriate forum for this question, but because I saw the blog post in the subject line I figured I would reach out to see if this problem has been solved.

···

Let’s not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

-K. Mullis

“A big computer, a complex algorithm and a long time does not equal science.”

-Robert Gentleman

On Wed, Sep 7, 2016 at 11:29 PM, stephen sefick <ssefick@gmail.com> wrote:

Hello, I don't know if this is the appropriate forum for this question, but
because I saw the blog post in the subject line I figured I would reach out
to see if this problem has been solved.

What is exactly the problem?

Markus

Couldn’t load plugin ‘processing’ from *

I can copy whole error message if needed.

···

On Wed, Sep 7, 2016 at 4:36 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, Sep 7, 2016 at 11:29 PM, stephen sefick <ssefick@gmail.com> wrote:

Hello, I don’t know if this is the appropriate forum for this question, but
because I saw the blog post in the subject line I figured I would reach out
to see if this problem has been solved.

What is exactly the problem?

Markus

Let’s not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

-K. Mullis

“A big computer, a complex algorithm and a long time does not equal science.”

-Robert Gentleman

Thank you for your help in advance.
kindest regards,

Stephen

···

On Wed, Sep 7, 2016 at 4:42 PM, stephen sefick <ssefick@gmail.com> wrote:

Couldn’t load plugin ‘processing’ from *

I can copy whole error message if needed.

On Wed, Sep 7, 2016 at 4:36 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, Sep 7, 2016 at 11:29 PM, stephen sefick <ssefick@gmail.com> wrote:

Hello, I don’t know if this is the appropriate forum for this question, but
because I saw the blog post in the subject line I figured I would reach out
to see if this problem has been solved.

What is exactly the problem?

Markus

Let’s not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

-K. Mullis

“A big computer, a complex algorithm and a long time does not equal science.”

-Robert Gentleman

Let’s not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

-K. Mullis

“A big computer, a complex algorithm and a long time does not equal science.”

-Robert Gentleman

On Wed, Sep 7, 2016 at 11:42 PM, stephen sefick <ssefick@gmail.com> wrote:

Couldn't load plugin 'processing' from *

This looks like a QGIS error to me which happens prior to loading the
GRASS GIS support into "processing".

I can copy whole error message if needed.

Yes please.

Markus

This is the whole error from the python error console upon start of qgis. I appreciate all of the help, and please let me know what else you may need.

Couldn’t load plugin ‘processing’ from [‘/usr/share/qgis/python’, ‘/home/ssefick/.qgis2/python’, ‘/home/ssefick/.qgis2/python/plugins’, ‘/usr/share/qgis/python/plugins’, ‘/usr/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg’, ‘/usr/lib/python2.7/site-packages/thrift-0.9.3-py2.7-linux-x86_64.egg’, ‘/usr/lib/python2.7/site-packages/beautifulsoup4-4.5.1-py2.7.egg’, ‘/usr/lib/python2.7/site-packages/markdown2-2.3.1-py2.7.egg’, ‘/usr/lib/python2.7/site-packages/SQLAlchemy-1.1.0b3-py2.7-linux-x86_64.egg’, ‘/usr/lib64/grass/etc/python’, ‘/home/ssefick’, ‘/usr/lib64/python27.zip’, ‘/usr/lib64/python2.7’, ‘/usr/lib64/python2.7/plat-linux2’, ‘/usr/lib64/python2.7/lib-tk’, ‘/usr/lib64/python2.7/lib-old’, ‘/usr/lib64/python2.7/lib-dynload’, ‘/usr/lib64/python2.7/site-packages’, ‘/usr/lib64/python2.7/site-packages/gst-0.10’, ‘/usr/lib64/python2.7/site-packages/gtk-2.0’, ‘/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode’, ‘/usr/lib/python2.7/site-packages’, ‘/home/ssefick/.qgis2//python’, ‘/home/ssefick/.qgis2/python/plugins/gearthview/ext-libs’, ‘/usr/share/qgis/python/plugins/fTools/tools’]

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 196, in loadPlugin
    __import__(packageName)
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 478, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/__init__.py", line 29, in 
    from processing.tools.general import *
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 478, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/tools/general.py", line 28, in 
    from processing.core.Processing import Processing
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 478, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/core/Processing.py", line 43, in 
    from processing.gui.Postprocessing import handleAlgorithmResults
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 478, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/gui/Postprocessing.py", line 36, in 
    from processing.gui.ResultsDialog import ResultsDialog
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 478, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/gui/ResultsDialog.py", line 38, in 
    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

Python version:
2.7.5 (default, Aug 18 2016, 11:11:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)]

QGIS version:
2.10.1-Pisa Pisa, exported

Python path: [‘/usr/share/qgis/python’, u’/home/ssefick/.qgis2/python’, u’/home/ssefick/.qgis2/python/plugins’, ‘/usr/share/qgis/python/plugins’, ‘/usr/lib/python2.7/site-packages/geeknote-0.2a0-py2.7.egg’, ‘/usr/lib/python2.7/site-packages/thrift-0.9.3-py2.7-linux-x86_64.egg’, ‘/usr/lib/python2.7/site-packages/beautifulsoup4-4.5.1-py2.7.egg’, ‘/usr/lib/python2.7/site-packages/markdown2-2.3.1-py2.7.egg’, ‘/usr/lib/python2.7/site-packages/SQLAlchemy-1.1.0b3-py2.7-linux-x86_64.egg’, ‘/usr/lib64/grass/etc/python’, ‘/home/ssefick’, ‘/usr/lib64/python27.zip’, ‘/usr/lib64/python2.7’, ‘/usr/lib64/python2.7/plat-linux2’, ‘/usr/lib64/python2.7/lib-tk’, ‘/usr/lib64/python2.7/lib-old’, ‘/usr/lib64/python2.7/lib-dynload’, ‘/usr/lib64/python2.7/site-packages’, ‘/usr/lib64/python2.7/site-packages/gst-0.10’, ‘/usr/lib64/python2.7/site-packages/gtk-2.0’, ‘/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode’, ‘/usr/lib/python2.7/site-packages’, u’/home/ssefick/.qgis2//python’, ‘/home/ssefick/.qgis2/python/plugins/gearthview/ext-libs’, ‘/usr/share/qgis/python/plugins/fTools/tools’]

···

On Thu, Sep 8, 2016 at 4:52 AM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, Sep 7, 2016 at 11:42 PM, stephen sefick <ssefick@gmail.com> wrote:

Couldn’t load plugin ‘processing’ from *

This looks like a QGIS error to me which happens prior to loading the
GRASS GIS support into “processing”.

I can copy whole error message if needed.

Yes please.

Markus

Let’s not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

-K. Mullis

“A big computer, a complex algorithm and a long time does not equal science.”

-Robert Gentleman

On Thu, Sep 8, 2016 at 3:21 PM, stephen sefick <ssefick@gmail.com> 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 can use GRASS GIS through the GRASS plugin or just use the standalone GRASS GIS.

Vaclav

On Fri, Sep 9, 2016 at 12:57 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Thu, Sep 8, 2016 at 3:21 PM, stephen sefick <ssefick@gmail.com> 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

Thank you all for the help. Markus, I have qtwebkit installed, but still receive the error message. I appreciate all of the help.

···

On Fri, Sep 9, 2016 at 3:56 AM, Markus Neteler <neteler@osgeo.org> wrote:

On Fri, Sep 9, 2016 at 12:57 AM, Vaclav Petras <wenzeslaus@gmail.com> wrote:

On Thu, Sep 8, 2016 at 3:21 PM, stephen sefick <ssefick@gmail.com> 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

Let’s not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

-K. Mullis

“A big computer, a complex algorithm and a long time does not equal science.”

-Robert Gentleman

On Fri, Sep 9, 2016 at 3:24 PM, stephen sefick <ssefick@gmail.com> wrote:

Thank you all for the help. Markus, I have qtwebkit installed, but still
receive the error message. I appreciate all of the help.

At this point it is probably better to ask a QGIS developer/list since
it is a QGIS error.
I just tried :slight_smile:

Markus