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
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``
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``
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
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
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
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