[Qgis-developer] Mac OS X 10.6, master version, sextante problem and solution (Python 2.6.x)

2013-01-13 Thread gene
I had a problem with the sextante module in the last master version of http://qgis.dakotacarto.com/ . The Python module *importlib* is not present in a version of Python prior to 2.7 The solution ? Install importlib , w

Re: [Qgis-developer] Mac OS X 10.6, master version, sextante problem and solution (Python 2.6.x)

2013-01-13 Thread Larry Shaffer
Hi Gene, On Sun, Jan 13, 2013 at 1:09 AM, gene wrote: > I had a problem with the sextante module in the last master version of > http://qgis.dakotacarto.com/ . The Python > module *importlib* is not present in a version of Python prior to 2.7 > > The solution ? >

Re: [Qgis-developer] Mac OS X 10.6, master version, sextante problem and solution (Python 2.6.x)

2013-01-13 Thread Victor Olaya
That sounds like OK to me, but I do not know the policy for adding new libraries in QGIS, since I haven't added any new one (SEXTANTE just uses the ones already included in QGIS). Alex might know more about it. Anyway, if it can be included, I would prefer it, since that would make it easier for al

Re: [Qgis-developer] Mac OS X 10.6, master version, sextante problem and solution (Python 2.6.x)

2013-01-14 Thread Marco Bernasocchi
Victor, maybe of interest, regarding this, QGIS 1.7.4 on windows ships with python 2.5 [0] ciao [0] https://github.com/AIFDR/inasafe/issues/341#issuecomment-9404357 On 01/13/2013 11:01 PM, Victor Olaya wrote: > That sounds like OK to me, but I do not know the policy for adding new > libraries in