Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 89, Issue 12

2010-09-18 Thread Massimo Di Stefano
I tried using the notes from here : http://www.dabeaz.com/cgi-bin/wiki.pl?SwigFaqMaxOSXSharedLibraries all works fine, in the nex days i'll also try the "distutils way" and let you know :-) thanks to helped me !!! best regards, Massimo. Il giorno 18/set/2010, alle ore 12.00, pythonmac-sig-

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 89, Issue 12

2010-09-18 Thread Massimo Di Stefano
thanks! i haven't looked inside the faq :-( thanks to point me to its page, swig -python example.i cc -c `python-config --cflags` example.c example_wrap.c cc -bundle `python-config --ldflags` example.o example_wrap.o -o _example.so fix the problems, now in the tutorial, all works as