how about changing kid's importer module to use new style import hooks as described in PEP 302? (http://wingware.com/psupport/python-manual/2.3/whatsnew/section-pep302.html and http://www.python.org/peps/pep-0302.html)

As far as I can tell that method would support eggs.

Any thoughts?

Stephen Emslie

On 4/3/06, stephen emslie <[EMAIL PROTECTED]> wrote:
Just wanted to bring this up again. Has anyone fixed this issue yet, or at least know of a way to use python eggs with ihooks?

Stephen Emslie


On 2/26/06, Ryan Tomayko <[EMAIL PROTECTED]> wrote:
On 2/25/06, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> I noticed that after issuing kid.enable_import (), you cannot import any
> Python eggs any more. I think this is because the importer uses ihooks
> which does not support eggs.

Gah! I wonder how long this has been an issue. Has anyone seen issues
with enable_import and eggs previously or is this something that
happened recently because of changes to kid and/or setuptools?

--
Ryan Tomayko
                                 [EMAIL PROTECTED]
                                 http://naeblis.cx/rtomayko/
                                 http://lesscode.org/


Reply via email to