SWIG: MSVC++ [LINK : fatal error LNK1104: cannot open file "python21_d.lib"]

Ignacio Vazquez-Abrams ignacio at openservices.net
Wed Sep 19 15:11:59 EDT 2001


On Wed, 19 Sep 2001, Louis Luangkesorn wrote:

> I searched my Python installation and I don't see a 'python21_d.lib' file
> anywhere.  I've already located the 'python21.lib' as a required library.
> Where should "python21_d.lib" be located, or is this something I need to
> download/write?  Thanks.

The _d library should only be required if you're doing a debug build. If you
change to a release build you should be fine.

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list