<div>Hi Markus, thank you for replying.<br></div><div><br></div><div>The LD_LIBRARY_PATH environment variable was not correctly set up at run time. All the required variables must be set session wide before firing up the interpreter and I was not aware of it.<br></div><div><br></div><div>Regards,<br></div><div><br></div><div>Luís<br></div><div class="protonmail_signature_block"><div><br></div></div><blockquote class="protonmail_quote" type="cite"><div>-------- Original Message --------<br></div><div>Subject: Re: [GRASS-user] PyGRASS: No such file or directory using Module<br></div><div>Local Time: 23 June 2016 7:08 PM<br></div><div>UTC Time: 23 June 2016 17:08<br></div><div>From: neteler@osgeo.org<br></div><div>To: luis.de.sousa@protonmail.ch<br></div><div>CC: grass-user@lists.osgeo.org<br></div><div><br></div><div>On Tue, Jun 21, 2016 at 8:20 AM, Luí­s de Sousa<br></div><div>
<luis.de.sousa@protonmail.ch> wrote:<br></div><div>
> Hello everyone,<br></div><div>
><br></div><div>
> I am trying to use PyGRASS following the example scripts at the Wiki:<br></div><div>
> https://grasswiki.osgeo.org/wiki/GRASS_and_Python#pygrass_Library<br></div><div>
><br></div><div>
> But on each call to the Module method I get a "No such file or directory"<br></div><div>
> error (reproduced below). This is an issue with the call to Popen, but I can<br></div><div>
> not tell if its related to this method itself or to the GRASS modules.<br></div><div>
><br></div><div>
> Any ideas on what may be going wrong? Thank you,<br></div><div>
><br></div><div>
> Luís<br></div><div>
><br></div><div>
><br></div><div>
> OSError error(2): No such file or directory<br></div><div>
> Traceback (most recent call last):<br></div><div>
>   File "/home/desouslu/git/pywps-4-demo/processes/pygrass-demo4.py", line<br></div><div>
> 29, in <module><br></div><div>
>     ogrimport = Module('v.in.ogr')<br></div><div>
>   File<br></div><div>
> "/usr/lib/grass70/etc/python/grass/pygrass/modules/interface/module.py",<br></div><div>
> line 466, in __init__<br></div><div>
>     raise GrassError(str_err % self.name)<br></div><div>
> grass.exceptions.GrassError: Error running: `v.in.ogr<br></div><div>
> --interface-description`.<br></div><div>
<br></div><div>
<br></div><div>
Are you running this in a GRASS GIS session? Technically that is not<br></div><div>
much more than setting some environment variables (see Wiki).<br></div><div>
<br></div><div>
Markus<br></div></blockquote><div><br></div>