[Python-Dev] imputil and modulefinder replacements

Andrew Kuchling akuchlin@mems-exchange.org
Fri, 5 Oct 2001 12:27:36 -0400


On Fri, Oct 05, 2001 at 12:19:31PM -0400, Greg Ward wrote:
>can import .ptl files just like .py files.  It's very handy.  Out of
>curiosity, does anyone know of any other import hooks like this out
>there -- ie. import something that is not strictly Python.  (It sounds

I vaguely remember an import hook that looked for ILU or Fnorb foo.idl
files on the path and automatically compiled them to foo.py if found.

--amk