On Wed, Nov 24, 2010 at 9:54 AM, Patrick_schirmer <[email protected]> wrote: > Dear list, > > After some disappointing experience concerning the installation of existing > add-ons (for 65 and 70) under Grass6.4, I decided to give Grass7.0 a try. > > After the installation process I tried to use g.extension. It will did not > work for me and with the help of a college I found the reason. For module > g.extension "def check()" in the python skript has to be changed in line > "if not grass.find_program". Otherwise the reply when calling g.extension > will always be grass.fatal ('2svn client requiered...'). My college updated > the wikipage on this issue already but eventually you might want to > countercheck as well. > > Installation is on Ubuntu10.04 (lucid lynx) > > def check(): > # check if we have the svn client > if not grass.find_program('svn', ['help']): > grass.fatal(_('svn client required. Please install subversion > first.'))
Thanks, I had applied the fix but forgot to report that here: http://trac.osgeo.org/grass/changeset/44449/grass/trunk/scripts/g.extension/g.extension.py > # probably test here if we have "make" and "install" programs as well. > how about gcc? Yes, should be tested, too, I guess. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
