Greetings all ok but... I still can'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. 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'm not the only one... Or is there a way do debug this in order to sent to the mailing list?
Thank you Kim The "auto-GUI" feature (i.e. --ui implied when run without arguments) > only works when the program's stdin is a terminal, which isn't the > case for the GUI's command prompt. > > Making it behave like a terminal (i.e. making isatty(0) return true in > the child process) is non-trivial[1] on Unix and practically > impossible on Windows. > > [1] It's possible via os.openpty(), where available; the documentation > says: > > Availability: some flavors of Unix > > <http://docs.python.org/library/os.html#os.openpty> > > -
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
