Comment 13 for bug 409269

Revision history for this message
Matthew Brett (matthew-brett) wrote : Re: [Bug 409269] [NEW] setup fails on mingw32

Hi,

On Wed, Aug 5, 2009 at 5:03 PM, Alexis Roche<email address hidden> wrote:
> The problem appears as of revision 1768. Revision 1767 is the last one
> to build with my old site.cfg file.
>
> Revision 1768 affected several setup files including setup.py and
> nipy/setup.py. Any ideas? I'll have a look tomorrow.

Does your committed fix work? It looks like it should result in ['g',
'2', 'c'] for a string 'g2c'.

Do you mean:

if libraries in info and isinstance(info['libraries'], basestring):
    info['libraries'] = [info['libraries']]

See you,

Matthew