Paolo Thanks for the report
As I mentioned, I have done very little testing on linux When calling SAGA or R on linux, the path to the software is not needed, since it assumes they are on PATH already. I will remove that setting and the warning in case it is running on linux ( do not know why I haven't done that before...) The problem you have with saga seems to be before calling saga itself, since the batch file cannot be created (well, it seems that it denies per,ission to create it... but then creates it...) The R one, instead, is after R is called, but it seems that the call is not working properly and it is missing the R console output file. Let me do some more linux testing and try to fix that... Maybe it is better to add bug reports to the issue tracker in our googlecode website http://code.google.com/p/sextante/issues/list We use a different one for the Java version, but I guess it is a good idea to keep them separate, so you can put things there Regards, and thanks again! Victor El día 30 de marzo de 2012 09:10, Paolo Cavallini <[email protected]> escribió: > On 30/03/2012 09:06, Paolo Cavallini wrote: >> >> On 29/03/2012 23:11, Victor Olaya wrote: >> >>> I am glad to announce that a first (tagged as 'experimental') version >>> SEXTANTE for QGIS has been released. It includes, among other things: >> >> >> Hi Victor. >> Testing on Debian. I hope not to generate too much noise. > > > Similar, for R: > > > Traceback (most recent call last): > File "/home/paolo/.qgis/python/plugins/sextante/gui/ParametersDialog.py", > line 274, in accept > AlgorithmExecutor.runalg(self.alg, self) > File "/home/paolo/.qgis/python/plugins/sextante/gui/AlgorithmExecutor.py", > line 9, in runalg > alg.execute(progress) > File "/home/paolo/.qgis/python/plugins/sextante/core/GeoAlgorithm.py", line > 59, in execute > self.processAlgorithm(progress) > File "/home/paolo/.qgis/python/plugins/sextante/r/RAlgorithm.py", line 154, > in processAlgorithm > RUtils.executeRAlgorithm(self) > File "/home/paolo/.qgis/python/plugins/sextante/r/RUtils.py", line 61, in > executeRAlgorithm > RUtils.createConsoleOutput() > File "/home/paolo/.qgis/python/plugins/sextante/r/RUtils.py", line 70, in > createConsoleOutput > lines = open(RUtils.getConsoleOutputFilename()) > IOError: [Errno 2] File o directory non esistente: > '/home/paolo/sextante/sextante_script.r.Rout' > > In fact, the file is not there. > > Please let me know how you prefer to deal with these reports (a message > here, a ticket on the trac, silence? ;) ). > > > All the best. > -- > Paolo Cavallini - Faunalia > www.faunalia.eu > Full contact details at www.faunalia.eu/pc > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
