[Numpy-discussion] What does "Ignoring attempt to set 'name' (from ... " mean ?

Robert Kern robert.kern at gmail.com
Wed May 28 21:16:04 EDT 2008


On Wed, May 28, 2008 at 8:03 PM, David Cournapeau <cournape at gmail.com> wrote:
> On Thu, May 29, 2008 at 4:02 AM, Robert Kern <robert.kern at gmail.com> wrote:
>>
>> Please provide the full error message with some context.
>
> For example, in scipy/sparse: python setup.py config gives
>
> Appending sparse.linalg.isolve configuration to sparse.linalg
> Ignoring attempt to set 'name' (from 'sparse.linalg' to 'sparse.linalg.isolve')

They're fine. Ignore them. They are silenced from the main setup.py with

    config.set_options(quiet=True)

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



More information about the NumPy-Discussion mailing list