On Friday, April 04, 2008, at 11:53AM, "Feat" <[EMAIL PROTECTED]> 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


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to