fatal error LNK1104: cannot open file 'python22_d.lib'..... this is in Visual Studio.Net...

Mark Hammond mhammond at skippinet.com.au
Tue May 27 19:21:58 EDT 2003


David Ang wrote:
> that is on debug mode, if i switch to release mode, then this error doesn't come up.
> 
> i cannot develop in release mode since i couldn't use the vs' debug features.
> 
> many thanks.
> 
> http://www.angrysoft.com
> SMS Counter and Call Counter for Nokia 7650/3650

You need to grab the source code to Python, and build it yourself using 
MSVC.  A Python debug build will give you all you need for your debug 
builds.  Note that any extensions you use will also need to be built 
similarly.

Mark.





More information about the Python-list mailing list