Feb. 23, 2012
3:43 p.m.
mark florisson, 23.02.2012 09:38:
On 23 February 2012 08:36, Vitja Makarov wrote:
2012/2/23 mark florisson:
On 23 February 2012 08:30, Vitja Makarov wrote:
We can also fix this ticket before release http://trac.cython.org/cython_trac/ticket/761
Good idea. I think the ticket should read 'sys.path' instead of PYTHONPATH, though.
Yeah, I think the fix is trivial we should prepend (or append?) sys.path to cython includes
I think append, you'd want local things to override installed things along sys.path.
I think it's 1) user provided directories 2) Cython provided directories 3) sys.path or would you swap 2) and 3) ? Stefan