<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 13, 2014 at 3:44 PM, Helmut Kudrnovsky <span dir="ltr"><<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">tested here with:<br>
<br>
GRASS Version: 7.1.svn<br>
GRASS SVN Revision: 62712<br>
Erstellungsdatum: 2014-11-12<br>
Build Platform: i686-pc-mingw32<br>
GDAL/OGR: 1.11.0<br>
PROJ.4: 4.8.0<br>
GEOS: 3.4.2<br>
SQLite: 3.7.17<br>
Python: 2.7.4<br>
wxPython: 2.8.12.1<br>
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)<br>
<br>
running the addon script [1] in normal and --verbose mode:<br>
<br>
v.fixed.segmentpoints vector=iselflipped@myricaria cat=1<br>
dir=C:\tmp\grassscript distance=25000<br>
Extract vector line for which segment points should be calculated ...<br>
[...]<br>
----<br>
v.fixed.segmentpoints done!<br>
(Thu Nov 13 21:36:52 2014) Befehl ausgeführt (43 Sek)<br>
<br>
v.fixed.segmentpoints --verbose vector=iselflipped@myricaria cat=1<br>
dir=C:\tmp\grassscript distance=25000<br>
Extract vector line for which segment points should be calculated ...<br>
[...]<br>
----<br>
v.fixed.segmentpoints done!<br>
(Thu Nov 13 21:39:03 2014) Befehl ausgeführt (35 Sek)<br>
<br>
it works.<br>
<br>
but in --quiet mode it fails with:<br>
<br>
v.fixed.segmentpoints --quiet vector=iselflipped@myricaria cat=1<br>
dir=C:\tmp\grassscript distance=25000<br>
Traceback (most recent call last):<br>
  File "C:\Users\myricaria\AppData\Roaming\GRASS7\addons/scr<br>
ipts/<a href="http://v.fixed.segmentpoints.py" target="_blank">v.fixed.segmentpoints.py</a>", line 226, in <module><br>
    sys.exit(main())<br>
  File "C:\Users\myricaria\AppData\Roaming\GRASS7\addons/scr<br>
ipts/<a href="http://v.fixed.segmentpoints.py" target="_blank">v.fixed.segmentpoints.py</a>", line 100, in main<br>
    vector_line_length =<br>
float(tmp.split('\n')[1].split('|')[1])<br>
IndexError: list index out of range<br>
(Thu Nov 13 21:40:08 2014) Befehl ausgeführt (2 Sek)<br>
<br>
any idea?<br></blockquote><div><br></div><div>Could you try to print tmp with and without quiet?</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
thanks<br>
<br>
[1]<br>
<a href="http://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.fixed.segmentpoints" target="_blank">http://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.fixed.segmentpoints</a><br>
<br>
<br>
<br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/grass7-addon-python-script-finishes-in-normal-and-verbose-mode-but-not-in-quiet-mode-tp5172902.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/grass7-addon-python-script-finishes-in-normal-and-verbose-mode-but-not-in-quiet-mode-tp5172902.html</a><br>
Sent from the Grass - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a></blockquote></div><br></div></div>