On Apr 16, 2013, at 11:11 AM, gvSIGMac wrote:

>>>>> Error while checking SAGA installation. SAGA might not be correctly 
>>>>> configured.
>>>>> Traceback (most recent call last):
>>>>> File 
>>>>> "/Applications/QGIS_2.0-dev.app/Contents/Resources/python/plugins/sextante/saga/SagaUtils.py",
>>>>>  line 146, in checkSagaIsInstalled
>>>>> from sextante.core.Sextante import runalg
>>>>> ImportError: cannot import name runalg


I looked closer at your error.  You may have grabbed your source in the middle 
of some updates by Victor.  It's not even getting to the point of trying to run 
the saga test command, it can't import the sextante module needed.

Your sextante has:

from sextante.core.Sextante import runalg

but now in the dev source it's:

from sextante import runalg

Try updating your source and rebuilding QGIS.

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

"History is an illusion caused by the passage of time, and time is an illusion 
caused by the passage of history."

- Hitchhiker's Guide to the Galaxy


_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to