On 23 February 2012 15:43, Stefan Behnel <stefan...@behnel.de> wrote: > 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
I think this is the most sensible order, yes. And the current directory would also come before anything else, as always. > or would you swap 2) and 3) ? > > Stefan > _______________________________________________ > cython-devel mailing list > cython-devel@python.org > http://mail.python.org/mailman/listinfo/cython-devel _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel