[SciPy-user] Weave inline errors further insight

Gael Varoquaux gael.varoquaux at normalesup.org
Mon Dec 3 01:35:27 EST 2007


On Sun, Dec 02, 2007 at 09:15:13PM -0800, Michael ODonnell wrote:
>    Second problem: Will not complete the weave.inline. Example of code here:
>    a = 1
>    weave.inline('printf("%d\\n",a);',['a'], verbose=2,
>    type_converters=converters.blitz)

>    The c++ source file is created; however, the object file is not created.
>    This would make me think there is a problem with the comiler but I have
>    tried both SDK and MinGW and they both cause the same error.

Hum. Works here (that doesn't help you sorry). That might be a
platform-specific problem, in which case I am at lost.

Gaël



More information about the SciPy-User mailing list