>>
>
> You forgot to use distutils to compile it, instead of Xcode.   
> Specifically, the problem was that you linked to a different  
> problem than you are attempting to use it from, potentially with  
> incorrect linker flags.  distutils solves this problem for you  
> because it knows which Python to link to and which flags to use by  
> way of the Python interpreter you invoked setup.py with.
>
> Use distutils.
>


Thank you all for the help. Well, I know what I have to do now :  
learn to use distutils :-)

Regards

Jaonary Rabarisoa
[EMAIL PROTECTED]


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

Reply via email to