Missing python23_d.lib in Windows Python 2.3

Pettersen, Bjorn S BjornPettersen at fairisaac.com
Tue Sep 16 16:09:59 EDT 2003


> From: Partho Bhowmick [mailto:pbhowmick at sbcglobal.net] 
> 
> I am building extension modules for Python 2.3 under Windows 
> using MS Visual
> Studio .Net 2003.
> In the debug build, there is a pragma statement in 
> <pyconfig.h> that causes
> a link to the lib python23_d.lib
> This library does not exist.
> Am I missing something or is the installation missing something?

It's the debug version of the python library. If you're writing
extensions on windows it's expected that you've downloaded the python
sources and built the debug versions of libraries you care about
yourself...

-- bjorn





More information about the Python-list mailing list