89 start = options[
"start"]
95 command_file = grass.tempfile()
96 os.system(
"g.gisenv set=GRASS_PYCMDFILE=%s" % command_file)
99 os.spawnlp(os.P_NOWAIT, os.environ[
"GRASS_PYTHON"], os.environ[
"GRASS_PYTHON"],
"%s/etc/wxpython/gui_modules/mapdisp.py" % os.environ[
"GISBASE"], start, command_file)
105 if __name__ ==
"__main__":
106 options, flags = grass.parser()