Re: [GRASS-user] Running Python Script in GRASS6.4 in Linux

2011-10-22 Thread Martin Landa
2011/10/21 António Rocha antonio.ro...@deimos.com.pt: I have been able to run a GRASS Python script in 6.4. version in Windows by creating a .bat file in bin and adding this at the top: #!/usr/bin/env python [...] raise gcmd.GException, _(Unable to fetch interface description for command

[GRASS-user] Running Python Script in GRASS6.4 in Linux

2011-10-21 Thread António Rocha
Greetings I have been able to run a GRASS Python script in 6.4. version in Windows by creating a .bat file in bin and adding this at the top: #!/usr/bin/env python But now, in Linux I'm not able to run this. I habve placed my script file in script folder but I'm getting this error: