[Python-Dev] Re: .DLL vs .PYD search order

Greg Stein gstein@lyra.org
Thu, 2 Dec 1999 04:09:40 -0800 (PST)


On Thu, 2 Dec 1999, Guido van Rossum wrote:
>...
> I see the magic cookies as a poor man's (but more compatible!) version
> of a chain of importers as advocated by Greg Stein and other imputil
> fans.  I like the idea, except that I think that the chain should be
> manipulatable more easily than the current imputil implementation.
> (I'll have more comments on Greg's comments later, when I've actually
> read them through.)

Anything in sys.path that is not a string pointing to a directory is not
very compatible. My current proposal keeps the existing semantics for
sys.path (the proposal adds functionality thru other mechanisms, rather
than changing/interfering with existing ones).

I look forward to your comments! I'll definitely provide new solutions
where you find problems :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/