<div class="gmail_quote"><br><br><br>Greetings all<div><br></div><div>ok but... I still can&#39;t run a script, through a wxpyhon frame, that is the ADDON_PATH. And in this case, $GRASS_ADDDON_PATH is recognized inside GRASS environment.</div>
<div>My question is: is it possible to run a script, located in GRASS_ADDON_PATH, by using a wxpython frame? Because It seems that I&#39;m not the only one...</div>
<div>Or is there a way do debug this in order to sent to the mailing list?</div><div><br></div><div>Thank you</div><div><br></div><font color="#888888"><div>Kim</div></font><div><div></div><div class="h5"><div><div><br>The &quot;auto-GUI&quot; feature (i.e. --ui implied when run without arguments)<br>

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
only works when the program&#39;s stdin is a terminal, which isn&#39;t the<br>
case for the GUI&#39;s command prompt.<br>
<br>
Making it behave like a terminal (i.e. making isatty(0) return true in<br>
the child process) is non-trivial[1] on Unix and practically<br>
impossible on Windows.<br>
<br>
[1] It&#39;s possible via os.openpty(), where available; the documentation<br>
says:<br>
<br>
        Availability: some flavors of Unix<br>
<br>
&lt;<a href="http://docs.python.org/library/os.html#os.openpty" target="_blank">http://docs.python.org/library/os.html#os.openpty</a>&gt;<br>
<font color="#888888"><br>
-</font></blockquote></div></div></div>
</div></div></div><br>