From akuchlin@mems-exchange.org  Tue May  2 23:07:49 2000
From: akuchlin@mems-exchange.org (Andrew M. Kuchling)
Date: Tue, 2 May 2000 18:07:49 -0400 (EDT)
Subject: [Import-sig] Status?
Message-ID: <200005022207.SAA10315@amarok.cnri.reston.va.us>

What's the current status of the import utils work?  Everything seems
to have gone silent after Feb. 19.

(This topic has been brought to my attention, because I need to write
a custom importer, and have just looked at ihooks.py for the first
time.  Eek!)

--amk


From Fredrik Lundh" <effbot@telia.com  Wed May 24 17:37:52 2000
From: Fredrik Lundh" <effbot@telia.com (Fredrik Lundh)
Date: Wed, 24 May 2000 18:37:52 +0200
Subject: [Import-sig] Status?
References: <200005022207.SAA10315@amarok.cnri.reston.va.us>
Message-ID: <003f01bfc59e$6c2daaa0$f2a6b5d4@hagrid>

> What's the current status of the import utils work?  Everything seems
> to have gone silent after Feb. 19.
> 
> (This topic has been brought to my attention, because I need to write
> a custom importer, and have just looked at ihooks.py for the first
> time.  Eek!)

unless greg has messed things up lately, the imputil.py module does
everything you need (and more):

    http://www.lyra.org/greg/python/

</F>



From gstein@lyra.org  Wed May 24 21:24:54 2000
From: gstein@lyra.org (Greg Stein)
Date: Wed, 24 May 2000 13:24:54 -0700 (PDT)
Subject: [Import-sig] Status?
In-Reply-To: <003f01bfc59e$6c2daaa0$f2a6b5d4@hagrid>
Message-ID: <Pine.LNX.4.10.10005241323550.7932-100000@nebula.lyra.org>

On Wed, 24 May 2000, Fredrik Lundh wrote:
> > What's the current status of the import utils work?  Everything seems
> > to have gone silent after Feb. 19.
> > 
> > (This topic has been brought to my attention, because I need to write
> > a custom importer, and have just looked at ihooks.py for the first
> > time.  Eek!)
> 
> unless greg has messed things up lately, the imputil.py module does
> everything you need (and more):
> 
>     http://www.lyra.org/greg/python/

hehe... Haven't messed it up at all. The main link on the page is the
"old" imputil, before I started integrating the changes from this forum
and python-dev. The updated imputil is available via CVS or ViewCVS (the
link is on the above-referenced page).

Cheers,
-g

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