<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><a href="https://grasswiki.osgeo.org/wiki/GRASS_and_Python#pygrass_Library">https://grasswiki.osgeo.org/wiki/GRASS_and_Python#pygrass_Library</a><br></div><div><br></div><div>But on each call to the Module method I get a "No such file or directory" error (reproduced below). This is an issue with the call to Popen, but I can 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 29, in <module><br></div><div>    ogrimport = Module('v.in.ogr')<br></div><div>  File "/usr/lib/grass70/etc/python/grass/pygrass/modules/interface/module.py", line 466, in __init__<br></div><div>    raise GrassError(str_err % self.name)<br></div><div>grass.exceptions.GrassError: Error running: `v.in.ogr --interface-description`.<br></div>