En Wed, 20 Jun 2007 13:43:12 -0300, senthil arasu <[EMAIL PROTECTED]>  
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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to