Skip to content Skip to sidebar Skip to footer

Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error

I'm trying to build a Python package (pyspotify) with bindings to a C library (libspotify). I'm using Python 2.7.5 and have installed VS2008 Express for some required commandline t

Solution 1:

You need to download the appropriate version of libspotify from here unzip it and put it in the same directory that you are trying to build in, (easiest place), or tell VS where to find it.


Post a Comment for "Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error"