Re: [GRASS-dev] Add support for Python3

2015-08-03 Thread Pietro
Hi Glynn, On Thu, Jul 30, 2015 at 4:34 PM, Glynn Clements wrote: > Pietro wrote: >> ok, I've now synchronized my local changes in script/core to trunk: > > In parser() in lib/python/script/core.py: > > s = p.communicate()[0].decode() > > the .decode() shouldn't be there; the output should be k

Re: [GRASS-dev] g.extensions problems

2015-08-03 Thread Paulo van Breugel
On Mon, Aug 3, 2015 at 5:51 PM, Markus Neteler wrote: > On Mon, Aug 3, 2015 at 4:06 PM, Paulo van Breugel > wrote: > > There seems to be a problem with addons metadata when installing using > > g.extension. Installing of addons is successful, but with the following > > error message: > > > > WAR

Re: [GRASS-dev] g.extensions problems

2015-08-03 Thread Markus Neteler
On Mon, Aug 3, 2015 at 4:06 PM, Paulo van Breugel wrote: > There seems to be a problem with addons metadata when installing using > g.extension. Installing of addons is successful, but with the following > error message: > > WARNING: Unable to parse > 'https://svn.osgeo.org/grass/grass-addons/gras

Re: [GRASS-dev] installing v.mapcalc fails

2015-08-03 Thread Paulo van Breugel
On Sun, Aug 2, 2015 at 11:42 PM, Paulo van Breugel wrote: > > > On Sun, Aug 2, 2015 at 8:51 PM, Markus Neteler wrote: > >> On Sun, Aug 2, 2015 at 8:45 PM, Paulo van Breugel >> wrote: >> > Hi Markus >> > >> > On Linux (Ubuntu 14.04). Tried it again, with another error message this >> > time: >>

[GRASS-dev] g.extensions problems

2015-08-03 Thread Paulo van Breugel
There seems to be a problem with addons metadata when installing using g.extension. Installing of addons is successful, but with the following error message: *WARNING: Unable to parse 'https://svn.osgeo.org/grass/grass-addons/grass7/modules.xml

Re: [GRASS-dev] C syntax and the use of underscore ('_')

2015-08-03 Thread Markus Neteler
On Mon, Aug 3, 2015 at 2:26 PM, Rob Parsons wrote: > Telling Eclipse that the C dialect is c99 (-std=c99) solved the problem. The > macro is now recognized. Excellent. Please consider to update the page http://grasswiki.osgeo.org/wiki/Eclipse in order to help others with the hint(s) which easily

Re: [GRASS-dev] C syntax and the use of underscore ('_')

2015-08-03 Thread Rob Parsons
Telling Eclipse that the C dialect is c99 (-std=c99) solved the problem. The macro is now recognized. On Aug 3, 2015 4:00 AM, "Maris Nartiss" wrote: > Some examples on _() and n_() use are in locale/README file. > https://svn.osgeo.org/grass/grass/trunk/locale/README > > > 2015-08-03 0:32 GMT+03:

Re: [GRASS-dev] C syntax and the use of underscore ('_')

2015-08-03 Thread Maris Nartiss
Some examples on _() and n_() use are in locale/README file. https://svn.osgeo.org/grass/grass/trunk/locale/README 2015-08-03 0:32 GMT+03:00 Markus Neteler : > On Sun, Aug 2, 2015 at 10:25 PM, Nikos Alexandris > wrote: > ... >> Is this relevant to python (scripts) as well? > > Yes, e.g. > > [net