<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 12.7273px; border-collapse: collapse; "><div>Hi all,</div><div><br></div>The path in cython&#39;s error output is insensitive to the cwd where cython in invoked. It seems to be based on this variable in Cython/Compiler/Main.py:<div>

<br><div><div>  relative_path_in_code_position_comments = True,</div><div><br></div><div>If I understand it right, the path output is relative to module it is in, instead of relative to the cwd.</div><div>   </div></div>
</div>
<div>This plays havoc with my editor (Vim), as it attempts to try and load the file that caused the error based on parsing the output. I&#39;ve just changed this variable to False in my install, and it works fine.</div><div>

<br></div><div>Is there a reason for this? Am I missing some easy way around this?</div><div><br></div><div>Thanks,</div><div>Brett </div></span>