Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-24 Thread Pauli Virtanen
Wed, 24 Sep 2008 11:18:43 +, Pauli Virtanen wrote: > Tue, 23 Sep 2008 15:48:22 -0700, joep wrote: >> A possible solution would be in >> >> http://bazaar.launchpad.net/~pauli-virtanen/scipy/pydocweb/revision/386 >> >> It seems to be possible to be used in the same way when iter_modules >> is

Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-24 Thread Pauli Virtanen
Hi, Tue, 23 Sep 2008 15:48:22 -0700, joep wrote: > A possible solution would be in > > http://bazaar.launchpad.net/~pauli-virtanen/scipy/pydocweb/revision/386 > > It seems to be possible to be used in the same way when iter_modules is > not available. > The usage in ``_lookfor_generate_cache``

Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-23 Thread joep
On Sep 23, 6:48 pm, joep <[EMAIL PROTECTED]> wrote: > A possible solution would be in > > http://bazaar.launchpad.net/~pauli-virtanen/scipy/pydocweb/revision/386 > > It seems to be possible to be used in the same way when iter_modules > is not available. > The usage in ``_lookfor_generate_cache``

Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-23 Thread joep
A possible solution would be in http://bazaar.launchpad.net/~pauli-virtanen/scipy/pydocweb/revision/386 It seems to be possible to be used in the same way when iter_modules is not available. The usage in ``_lookfor_generate_cache`` in lib/utils.py looks almost exactly the same as in the above re

Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-23 Thread Jarrod Millman
On Tue, Sep 23, 2008 at 1:35 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > 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

Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-23 Thread Robert Kern
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() functionalit

[Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-23 Thread joep
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. see the following session >>> np.lookfor('range') Traceback (most recent call last): File "", line 1, in ? np.lookfor('range') File "C:\P