Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
imumVersion=2.12 -Original Message- From: Luigi Pirelli [mailto:lui...@gmail.com] Sent: 17 March 2016 12:25 To: McDonaldR Cc: Nathan Woodrow; Lene Fischer; qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Plugin processing problem May I suggest you to remove C:\Users\mcdonaldr\.qgis2\pyt

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
=Analysis version=2.12.2 qgisMinimumVersion=2.12 From: Nathan Woodrow [mailto:madman...@gmail.com] Sent: 17 March 2016 11:53 To: Lene Fischer Cc: McDonaldR; qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Plugin processing problem What is in {QGIS Install folder}\apps\qgis\python\plugins e.g C

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Matthias Kuhn
Hi Ross, can you run import QSettings() QSettings().remove('/Plugins/watchDog/processing') in the python console and report back if this fixes the issue? Matthias On 03/17/2016 12:22 PM, McDonaldR wrote: > > Hello List > > > > Every time I open QGIS Essen I get an error message telling me

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Nathan Woodrow
t; -Original Message- > From: Luigi Pirelli [mailto:lui...@gmail.com] > Sent: 17 March 2016 12:25 > To: McDonaldR > Cc: Nathan Woodrow; Lene Fischer; qgis-user@lists.osgeo.org > Subject: Re: [Qgis-user] Plugin processing problem > > May I suggest you to remove > C:\U

[Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
Hello List Every time I open QGIS Essen I get an error message telling me that the Plugin processing will be disabled because it crashed QGIS during the last startup. Please report an issue and re-enable the plugin when the problem has been resolved. The processing plugin is not enabled. I

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
Pirelli; Lene Fischer (l...@ign.ku.dk); qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Plugin processing problem If you have one in .qgis2 you should remove that so you don't get conflicts. On Thu, Mar 17, 2016 at 10:41 PM, McDonaldR <mcdona...@angus.gov.uk<mailto:mcdona...@angus.

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Luigi Pirelli
have the same problem. One of my students are right at this moment > sitting in the class. Installing – re-installing- deleting – REGEDIT > > The same problem – Processing missing. > > We now wail for the last installation – pray and hope it will work. > > Regards &g

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Lene Fischer
[mailto:qgis-user-boun...@lists.osgeo.org] På vegne af McDonaldR Sendt: 17. marts 2016 12:23 Til: qgis-user@lists.osgeo.org Emne: [Qgis-user] Plugin processing problem Hello List Every time I open QGIS Essen I get an error message telling me that the Plugin processing will be disabled because

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
: McDonaldR; qgis-user@lists.osgeo.org Subject: SV: [Qgis-user] Plugin processing problem Right at this moment it has been solved. After a un-install, deleting in regedit and then Install 2.14. It has taken So long time. Sorry we did not see what was in the folder before deleting. It has been so

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Lene Fischer
...@gmail.com] Sendt: 17. marts 2016 12:53 Til: Lene Fischer Cc: McDonaldR; qgis-user@lists.osgeo.org Emne: Re: [Qgis-user] Plugin processing problem What is in {QGIS Install folder}\apps\qgis\python\plugins e.g C:\OSGeo4W\apps\qgis\python\plugins Is there a processing folder in there? What

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Nathan Woodrow
> > > *Fra:* Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *På vegne af * > McDonaldR > *Sendt:* 17. marts 2016 12:23 > *Til:* qgis-user@lists.osgeo.org > *Emne:* [Qgis-user] Plugin processing problem > > > > Hello List > > > > Every time I open

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Matthias Kuhn
Hmpf from PyQt4.QtCore import QSettings QSettings().remove('/PythonPlugins/watchDog/processing') Shouldn't try to answer emails and fix bugs at the same time. At least the second task was more successful. It's fixed in master and 2.14.1, when re-enabling a plugin was successful it will be

Re: [Qgis-user] Plugin processing problem

2016-03-18 Thread McDonaldR
in NameError: name 'QSettings' is not defined Ross From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Matthias Kuhn Sent: 17 March 2016 13:53 To: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Plugin processing problem Sorry I meant to write import QSettings(

Re: [Qgis-user] Plugin processing problem

2016-03-18 Thread Matthias Kuhn
Sorry I meant to write import QSettings() QSettings().remove('/PythonPlugins/watchDog/processing') Matthias On 03/17/2016 02:50 PM, Matthias Kuhn wrote: > Hi Ross, > > can you run > > import QSettings() > QSettings().remove('/Plugins/watchDog/processing') > > in the python console and report