Re: [Cython] relative_path_in_code_position_comments

2011-11-15 Thread Stefan Behnel
Brett Calcott, 21.09.2011 11:48: The path in cython'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: relative_path_in_code_position_comments = True, If I understand it right, the path output is relative to mod

Re: [Cython] relative_path_in_code_position_comments

2011-11-15 Thread Robert Bradshaw
On Wed, Sep 21, 2011 at 2:48 AM, Brett Calcott wrote: > Hi all, > The path in cython'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: >   relative_path_in_code_position_comments = True, > If I understand it right,

[Cython] relative_path_in_code_position_comments

2011-09-21 Thread Brett Calcott
Hi all, The path in cython'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: relative_path_in_code_position_comments = True, If I understand it right, the path output is relative to module it is in, instead of re