python23_d.lib

Gary Herron gherron at islandtraining.com
Fri Jun 11 13:17:49 EDT 2004


On Friday 11 June 2004 09:59 am, Shankar KN wrote:
> Hi,
>
> I am trying to get a hand on python23_d.lib but in vain.
> I am developing a C++ dll which has a SWIG interface to the Python world.
> After installing Python and SWIG I am able to build this DLL in Release
> mode but not in Debug mode beacuse of non-availability of python23_d.lib.
>
> Any clues as to how I could proceed with Debug build?
>
> Thanks,
> With best regards,
> Shankar

I just copied python23.lib to the proper spot renaming it to
python23_d.lib.  I suppose this is not an ideal solution, but it did
shutup the complaints so I could proceed.

Perhaps someone (else) can provide a "real" solution,

Gary Herron









More information about the Python-list mailing list