<div dir="ltr">Group,<div>I need help with the following.  The attached script works as expected on the local machine (pyhon 2.7; Grass70) but does not work on the virtual machine (python 2.7 and Grass70).  The process gets stuck at ...</div><div><div><br></div><div>.....</div><div><font size="1">out, err = p.communicate()</font></div><div><font size="1">if p.returncode != 0:</font></div><div><font size="1">    print >>sys.stderr, 'ERROR: %s' % err</font></div><div><font size="1">    print >>sys.stderr, 'ERROR: Cannot generate location (%s)' % startcmd</font></div><div><font size="1">    sys.exit(-1)</font></div><div><font size="1">else:</font></div><div><font size="1">    print 'Created location %s' % location_path</font></div></div><div>.....</div><div><br></div><div>No error is reported and it does not create the temporary location.</div><div><br></div><div><br></div><div>Any help/suggestion is appreciated.</div><div><br></div><div>Alassane</div><div><br></div><div><br></div></div>