<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi again folks, im trying to run a simple command and it gives an error:<div><br></div><div><div>g.run_command('d.vect', map='bore0@Map')</div><div>Traceback (most recent call last):</div><div>  File "<input>", line 1, in <module></div><div>  File "C:\Program Files (x86)\GRASS GIS 7.0.2\etc\python\grass\script\core.py", line 394, in run_command</div><div>    return handle_errors(returncode, returncode, args, kwargs)</div><div>  File "C:\Program Files (x86)\GRASS GIS 7.0.2\etc\python\grass\script\core.py", line 312, in handle_errors</div><div>    returncode=returncode)</div><div>CalledModuleError: Module run None ['d.vect', 'map=bore0@Map'] ended with error</div><div>Process ended with non-zero return code 1. See errors in the (error) output.</div></div><div><br></div><div><br></div><div>How can i get the error output? or a more detailed error?</div><div>Tnks,</div><div>Alec.</div>                                           </div></body>
</html>