On Tue, Sep 23, 2008 at 15:18, joep <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to use lookfor on python 2.4 and got an exception with > np.lookfor because of a missing method in pkgutil that was added in > python 2.5.
Hmmm. Unfortunately, that's an intrinsic part of the lookfor() functionality. We could just bring in all of pkgutil.py. Or we remove lookfor(). Or we document it as working with Python 2.5 only. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
