[GRASS-dev] 'g.gui wxpython' won't work in wingrass as wxgui is a shell script

Moritz Lennert mlennert at club.worldonline.be
Wed Feb 20 17:07:14 EST 2008


Hello,

as wxgui is a shell script, g.gui wxpython (which does:

 else if (strcmp(type->answer, "wxpython") == 0) {
        sprintf (progname, "%s/etc/wxpython/scripts/wxgui", G_gisbase());
        if (rc_file->answer) {
            G_spawn(progname, "wxgui", rc_file->answer, NULL);
)

will not work.

I don't really see the need for this script and it is a nuisance for
wingrass ot require a shell to launch the python gui...

Moritz



More information about the grass-dev mailing list