Hi Saber,

Thanks for the tip - deleted both the plugin folders (from under OSGEO4W and in 
the user folder) and it now seems to be working perfectly.



Ed


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

From: Saber Razmjooei [mailto:[email protected]]
Sent: 30 April 2014 12:53
To: Rollason, Edward; [email protected]
Subject: RE: [Qgis-user] Processing toolbox will not load

Hi Ed,

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

Cheers,
Saber


From: [email protected] 
[mailto:[email protected]] On Behalf Of Rollason, Edward
Sent: 30 April 2014 11:51
To: [email protected]
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\ModelerAlgorithmProvider.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.py", 
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)\\ArcGIS\\bin<file:///\\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: 
[email protected]<mailto:[email protected]> | Web: 
www.jacobs.com<http://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<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.


________________________________
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
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to