python25_d.lib

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Jun 20 14:53:50 EDT 2007


En Wed, 20 Jun 2007 13:43:12 -0300, senthil arasu <senwin30 at gmail.com>  
escribió:

> After integrating python 2.5 in visual studio.
> Iam getting the  linked error "cannot open file python25_d.lib"
> Help me to solve this issue.

There is a "release" build and a "debug" build; the debug build generates  
python25_d.dll (and .lib). You will need to compile the debug build of  
Python yourself (or use the release build).

-- 
Gabriel Genellina




More information about the Python-list mailing list