[GRASS-user] Python error with GRASS 7 on Windows 8

Martin Landa landa.martin at gmail.com
Wed Jan 8 08:47:45 PST 2014


Hi,

2014/1/8 Nuno Sá <nunocesardesa at gmail.com>:
> (Wed Jan 08 13:05:25 2014)
> g.extension extension=i.landsat.dehaze operation=add
> which: svn: unknown command
> ERROR: svn client required. Please install Subversion first.
> (Wed Jan 08 13:05:26 2014) Command finished (0 sec)

g.extension in G6 is a shell script which does not work on Windows.
The wxGUI wrapper is using python script which is taken from G7.
Unfortunately wxGUI wrapper for installing extensions doesn't work
(known problem [1]). In other words, Windows users have only one
possibility to install an extension from wxGUI command line by running

g.extension.py ext=<extension>

Note '.py' extension! Martin

[1] http://lists.osgeo.org/pipermail/grass-dev/2014-January/066801.html


More information about the grass-user mailing list