Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread Paolo Cavallini
Il 30 marzo 2017 18:27:07 GMT+00:00, William Kyngesburye ha scritto: >I recently upgraded my system, it messed up my dev environment a bit >and I need to straighten that out. > >> On Mar 30, 2017, at 3:45 AM, Etienne Trimaille > wrote: >> >>

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread William Kyngesburye
I recently upgraded my system, it messed up my dev environment a bit and I need to straighten that out. > On Mar 30, 2017, at 3:45 AM, Etienne Trimaille > wrote: > > Hi Mats, > > You can open the file with a text editor : >

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread Mats Lindegarth
Thanks Etienne! I believe that this fixed my problem!/Mats -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-on-OSX-tp5311966p5314934.html Sent from the QGIS - Developer mailing list archive at Nabble.com. ___

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread Etienne Trimaille
Hi Mats, You can open the file with a text editor : /Applications/QGIS.app/Contents/Resources/python/ plugins/processing/algs/saga/SagaUtils.py on line 75, instead of: if not os.path.isdir(folder): replace with: if folder and not os.path.isdir(folder): In some other words, just add "folder

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread Mats Lindegarth
Thanks Etienne! I realize this forum is for developers and I am just a simple user. I do not quite understand how to "apply this patch manually in the file : /Applications/QGIS.app/Contents/Resources/python/plugins/processing/algs/saga/SagaUtils.py". Do I paste something in the Python console or

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread Paolo Cavallini
Il 30/03/2017 06:19, Etienne Trimaille ha scritto: > This error in Processing has been fixed in the 2.18 branch but after the > 2.18.2 tag. > > While we are waiting for the 2.18.5 release on mac, you can apply this > patch manually in the > file : >

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-30 Thread Etienne Trimaille
This error in Processing has been fixed in the 2.18 branch but after the 2.18.2 tag. While we are waiting for the 2.18.5 release on mac, you can apply this patch manually in the file : /Applications/QGIS.app/Contents/Resources/python/plugins/processing/algs/saga/SagaUtils.py

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-29 Thread Paolo Cavallini
Il 29/03/2017 13:11, Mats Lindegarth ha scritto: > Dear Paolo, > did you find a solution to this problem? I have exactly the same problem and > error messages. I am a fairly new user but it worked fine to begin with but > after a forced interruption I am not able to load any toolbox. All the best!

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-29 Thread Mats Lindegarth
Dear Paolo, did you find a solution to this problem? I have exactly the same problem and error messages. I am a fairly new user but it worked fine to begin with but after a forced interruption I am not able to load any toolbox. All the best! / Mats Lindegarth -- View this message in context:

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-14 Thread Jürgen E . Fischer
Hi Paolo, On Mon, 13. Mar 2017 at 15:08:21 +0100, Paolo Cavallini wrote: > Thanks William. > You can find all the dates here: > http://qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule > All the best. See also

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-13 Thread Paolo Cavallini
Il 13/03/2017 14:05, William Kyngesburye ha scritto: > Since point releases are not announced on the list any more, I often miss > them for packaging. I usually see a reference to them on the list in a > question. Also, I've been a bit occupied lately with other things. I'll > work on

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-13 Thread William Kyngesburye
Since point releases are not announced on the list any more, I often miss them for packaging. I usually see a reference to them on the list in a question. Also, I've been a bit occupied lately with other things. I'll work on packaging the latest updates soon. > On Mar 13, 2017, at 5:19 AM,

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-13 Thread Paolo Cavallini
Il 13/03/2017 11:10, Giovanni Manghi ha scritto: >> * Processing throws an error: >> === >> Couldn't load plugin processing due to an error when calling its >> classFactory() method > > Can't confirm on macOS Sierra and 2.18.2. Thanks for checking. At first I also had no issue, but after some

Re: [Qgis-developer] QGIS 2.18 on OSX

2017-03-13 Thread Giovanni Manghi
> * Processing throws an error: > === > Couldn't load plugin processing due to an error when calling its > classFactory() method Can't confirm on macOS Sierra and 2.18.2. -- G -- ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List

[Qgis-developer] QGIS 2.18 on OSX

2017-03-12 Thread Paolo Cavallini
Hi all, I'm quickly testing QGIS 2.18 on OSX, and I'm finding several annoyances: * the user is presented a notice about a new version being available (2.18.4), but when visiting the download page only 2.18.2 is available * Processing throws an error: === Couldn't load plugin processing due to an