MS VC++ Toolkit 2003, where?

Robert Kern robert.kern at gmail.com
Mon Apr 24 12:29:59 EDT 2006


Alex Martelli wrote:

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

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_library() here:

  http://svn.scipy.org/svn/numpy/trunk/numpy/distutils/mingw32ccompiler.py

This uses the following module:

  http://svn.scipy.org/svn/numpy/trunk/numpy/distutils/lib2def.py

-- 
Robert Kern
robert.kern at gmail.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




More information about the Python-list mailing list