[Qgis-user] Processing toolbox will not load

Saber Razmjooei saber.razmjooei at lutraconsulting.co.uk
Wed Apr 30 04:53:28 PDT 2014


Hi Ed,

 

Have you tried to delete the plugin completely from plugin folder under
.qgis2?

 

Cheers,

Saber

 

 

From: qgis-user-bounces at lists.osgeo.org
[mailto:qgis-user-bounces at lists.osgeo.org] On Behalf Of Rollason, Edward
Sent: 30 April 2014 11:51
To: qgis-user at lists.osgeo.org
Subject: [Qgis-user] Processing toolbox will not load

 

Hi all,

A colleague has just upgraded to QGIS 2.2 using the OSGeo4W installer with
the most up to date install packages.  However, when she opens QGIS she gets
an error message saying that the Processing Toolbox cannot be opened.  It
won't reinstall from the plugin manager either and simply says that it's
broken.

She's running a 64bit Windows 7 Machine.  I have a similar setup and have it
installed no problems. 

The error message is:

Couldn't load plugin 'processing' from
['C:/OSGEO4~1/apps/qgis/./python/plugins\processing',
'C:/OSGEO4~1/apps/qgis/./python', 'C:/Users/grayds/.qgis2/python',
'C:/Users/grayds/.qgis2/python/plugins',
'C:/OSGEO4~1/apps/qgis/./python/plugins', 'C:\Program Files
(x86)\ArcGIS\bin', 'C:\OSGEO4~1\bin\python27.zip',
'C:\OSGEO4~1\apps\Python27\DLLs', 'C:\OSGEO4~1\apps\Python27\lib',
'C:\OSGEO4~1\apps\Python27\lib\plat-win',
'C:\OSGEO4~1\apps\Python27\lib\lib-tk', 'C:\OSGEO4~1\bin',
'C:\OSGEO4~1\apps\Python27', 'C:\OSGEO4~1\apps\Python27\lib\site-packages',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\PIL',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\win32',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\win32\lib',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\Pythonwin',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\Shapely-1.2.18-py2.7-win-amd64.
egg', 'C:\OSGEO4~1\apps\Python27\lib\site-packages\six-1.3.0-py2.7.egg',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\xlrd-0.9.2-py2.7.egg',
'C:\OSGEO4~1\apps\Python27\lib\site-packages\xlwt-0.7.5-py2.7.egg',
'C:\OSGEO4~1\apps\qgis\python\plugins\fTools\tools']

Traceback (most recent call last):
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 182, in
loadPlugin
    __import__(packageName)
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/grayds/.qgis2/python/plugins\processing\__init__.py", line
29, in
    from processing.tools.general import *
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/grayds/.qgis2/python/plugins\processing\tools\general.py",
line 29, in
    from processing.core.Processing import Processing
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGEO4~1/apps/qgis/./python/plugins\processing\core\Processing.py", line
45, in
    from processing.modeler.ModelerAlgorithmProvider import \
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGEO4~1/apps/qgis/./python/plugins\processing\modeler\ModelerAlgorithmP
rovider.py", line 39, in
    from processing.modeler.EditModelAction import EditModelAction
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGEO4~1/apps/qgis/./python/plugins\processing\modeler\EditModelAction.p
y", line 30, in
    from processing.modeler.ModelerDialog import ModelerDialog
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/OSGEO4~1/apps/qgis/./python/plugins\processing\modeler\ModelerDialog.py"
, line 35, in
    from processing.gui.ParametersDialog import ParametersDialog
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/Users/grayds/.qgis2/python/plugins\processing\gui\ParametersDialog.py",
line 29, in
    from processing.gui.ParametersPanel import ParametersPanel
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/Users/grayds/.qgis2/python/plugins\processing\gui\ParametersPanel.py",
line 65, in
    from processing.parameters.ParameterMultipleExternalInput import
ParameterMultipleExternalInput
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 453, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named ParameterMultipleExternalInput

Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]


QGIS version:
2.2.0-Valmiera Valmiera, c3a2817

Python path: ['C:/OSGEO4~1/apps/qgis/./python/plugins\\processing',
'C:/OSGEO4~1/apps/qgis/./python', u'C:/Users/grayds/.qgis2/python',
u'C:/Users/grayds/.qgis2/python/plugins',
'C:/OSGEO4~1/apps/qgis/./python/plugins', 'C:\\Program Files (x86)
<file:///\\ArcGIS\bin> \\ArcGIS\\bin', 'C:\\OSGEO4~1\\bin\\python27.zip',
'C:\\OSGEO4~1\\apps\\Python27\\DLLs', 'C:\\OSGEO4~1\\apps\\Python27\\lib',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin',
'C:\\OSGEO4~1\\apps\\Python27',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win-
amd64.egg',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\six-1.3.0-py2.7.egg',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlrd-0.9.2-py2.7.egg',
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\xlwt-0.7.5-py2.7.egg',
'C:\\OSGEO4~1\\apps\\qgis\\python\\plugins\\fTools\\tools']

Any help greatly appreciated.

 

Thanks

 

Ed

Ed Rollason | Flood Risk Management Specialist, Rivers & Marine| Jacobs |
Tel: 033 0001 0916 | Email: Edward.Rollason at jacobs.com | Web:
<http://www.jacobs.com/> www.jacobs.com

 

  _____  

NOTICE - This communication may contain confidential and privileged
information that is for the sole use of the intended recipient. Any viewing,
copying or distribution of, or reliance on this message by unintended
recipients is strictly prohibited. If you have received this message in
error, please notify us immediately by replying to the message and deleting
it from your computer.

  _____  

Jacobs U.K. Limited
1180 Eskdale Road, Winnersh, Wokingham RG41 5TU
Registered in England and Wales under number 2594504



--
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately
by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified
that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

Whilst reasonable care has been taken to avoid virus transmission, no responsibility for viruses is taken and it is your responsibility to carry out
such checks as you feel appropriate.

If this email contains a quote or offer to sell products, carry out work or perform services then our standard terms and conditions (which can be found at http://www.lutraconsulting.co.uk/downloads/Lutra%20Consulting%20Standard%20Terms%20and%20Conditions.pdf shall apply unless explicitly stated otherwise.

Saber Razmjooei and Peter Wells trading as Lutra Consulting.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140430/387556b2/attachment.html>


More information about the Qgis-user mailing list