Hi Helmut,<br><br><div class="gmail_quote">2011/10/23 Helmut Kudrnovsky <span dir="ltr">&lt;<a href="mailto:hellik@web.de">hellik@web.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">&gt;- r.ipso<br>
&gt;<br>
&gt;       Traceback (most recent call last):<br>
&gt;         File &quot;c:\Program Files\GRASS<br>
&gt;       6.5.SVN\etc\wxpython\gui_modules\prompt.py&quot;, line 804, in<br>
&gt;       OnItemSelected<br>
</div>&gt;[...]<br>
<div class="im">&gt;- <a href="http://r.wf" target="_blank">r.wf</a>:<br>
&gt;<br>
&gt;       Traceback (most recent call last):<br>
&gt;         File &quot;c:\Program Files\GRASS<br>
&gt;       6.5.SVN\etc\wxpython\gui_modules\prompt.py&quot;, line 1098, in<br>
&gt;       OnKeyPressed<br>
</div>&gt;[...]<br>
<br>
for the record, beside the python-pythonpath-pythonhome issue, by testing<br>
the scripts r.ipso and <a href="http://r.wf" target="_blank">r.wf</a> it has been observed that there is the<br>
python-lib-tk missing in the osgeo4w-based wingrass-installers and therefore<br>
matplotlib isn&#39;t correctly working.<br>
<br>
a workaround is changing the matplotlib-backend in the scripts by i.e.<br>
<br>
 import sys<br>
 import os<br>
 import matplotlib &lt;= !!!<br>
 matplotlib.use(&#39;wx&#39;) &lt;= !!!<br>
 import matplotlib.pyplot as plt<br>
 import grass.script as grass<br>
 import numpy as np<br></blockquote><div><br></div><div>feel free to do such modification in the scripts if it solves the issue.</div><div><br></div><div>madi</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Helmut<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/WinGrass6-5-svn-installer-with-selected-addons-tp6873977p6922825.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/WinGrass6-5-svn-installer-with-selected-addons-tp6873977p6922825.html</a><br>

</font><div class="im">Sent from the Grass - Win mailing list archive at Nabble.com.<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
grass-windows mailing list<br>
<a href="mailto:grass-windows@lists.osgeo.org">grass-windows@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-windows" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-windows</a><br>
</div></div></blockquote></div><br>