Re: MS VC++ Toolkit 2003, where?
Alex Martelli wrote:
[color=blue]
> Jocular, but not sarcastic. I have no problems using mingw if that's
> what it takes -- the later instructions I saw were those suggesting the
> Toolkit instead, so those are the ones I'm trying to follow. What's the
> updated URL for the instructions about using mingw instead?[/color]
Oh, that's right, you need an import library for Python24.dll . If you build
numpy first, it will automatically build the import library for you. The
implementation is fairly simple if you would rather bodge a script together. The
driver is the function build_import_li brary() here:
This uses the following module:
--
Robert Kern
robert.kern@gma il.com
"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
Alex Martelli wrote:
[color=blue]
> Jocular, but not sarcastic. I have no problems using mingw if that's
> what it takes -- the later instructions I saw were those suggesting the
> Toolkit instead, so those are the ones I'm trying to follow. What's the
> updated URL for the instructions about using mingw instead?[/color]
Oh, that's right, you need an import library for Python24.dll . If you build
numpy first, it will automatically build the import library for you. The
implementation is fairly simple if you would rather bodge a script together. The
driver is the function build_import_li brary() here:
This uses the following module:
--
Robert Kern
robert.kern@gma il.com
"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
Comment