c - Python Extension Can't Use library_dirs -


when specifying library_dirs in python distutils.core.extension error when trying build:

/library/frameworks/python.framework/versions/2.5/lib/python2.5/distutils/dist.py:263: userwarning: unknown distribution option: 'library_dirs'   warnings.warn(msg) 

why this? using python 2.5 on mac os x.

the error means you're not passing library_dirs distutils.core.extension, distutils.core.setup function.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -