[GRASS-dev] d.mon x0 (substitution) in wingrass (i.spectral)?

Vaclav Petras wenzeslaus at gmail.com
Wed Nov 28 14:18:38 PST 2012


Hi,

On 28 November 2012 21:26, Helmut Kudrnovsky <hellik at web.de> wrote:
> - any idea how to start for example d.mon start=PNG (or other driver working in windows)?

I'm not sure if the module actually works but you can bypass wxGUI
limitation by using

File -> Launch script

and run the file

gui/wxpython/gui_core/goutput.py

Maybe, you will have to add

#!/bin/env python

at the beginning of the file to make a script from it. I don't know if
this works on MS Windows. On Ubuntu, I'm just using

python filename.py


More information about the grass-dev mailing list