[Pythonmac-SIG] locating Python.h
Ronald Oussoren
ronaldoussoren at mac.com
Fri Apr 4 12:57:28 CEST 2008
On Friday, April 04, 2008, at 11:53AM, "Feat" <jf at ai.univ-paris8.fr> wrote:
>
>What's the best way to clean up that mess?
>
>Can somebody help me?
Use distutils to build python extensions (see the documentation on www.python.org to learn how to do that). This has two advantages over manually building an extension: distutils can also install the extension of you in the right location, and furthermore you no longer have worry about compiler/linker flags on the various platforms.
Ronald
More information about the Pythonmac-SIG
mailing list