Win32 API won't build - python22_d.lib?

Alex Martelli aleax at aleax.it
Sun Jan 27 15:40:53 EST 2002


Spencer Doidge wrote:

> With the latest Python 2.2 download (last night), building the source
> shown below (using Visual C++), I get this error:
> 
> LINK : fatal error LNK1104: cannot open file "python22_d.lib"
        ...
> Any clues?

Build your program in Release mode, or get Python's source distribution
and build *IT* in Debug mode if you want to.


Alex




More information about the Python-list mailing list