[GRASS-dev] matplotlib example script

Glynn Clements glynn at gclements.plus.com
Fri Jul 25 14:13:48 EDT 2008


Yann Chemin wrote:

> I tried it in Debian/Sid and here is what I got, a strange permission error....
> 
> Any idea/suggestion?

	chmod +x histogram_mpldemo.py
	./histogram_mpldemo.py

Even if you invoke the python interpreter explicitly, the script will
run g.parser, which will re-execute the script directly, so it needs
to be executable. This is true for any script which uses g.parser.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list