On Sun, Mar 30, 2008 at 10:23 AM, Tzury Bar Yochay <tzury.by at gmail.com> wrote: > > this morning I ran: > "sudo port install gcc42", then, I recreate a local copy from the latest > revision and everything works fine. > > Notice the additional CoreFoundation (CF) and the AudioToolbox which were > missing > Yes someone gave me a patch for that. :) Cheers Benny > > the error in discussion: > > Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) > > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > > > Type "help", "copyright", "credits" or "license" for more information. > > >>> import py_pjsua > > Traceback (most recent call last): > > > File "<stdin>", line 1, in <module> > > ImportError: > > dlopen(/Library/Python/2.5/site-packages/py_pjsua.so, 2): > > Symbol not found: ___CFConstantStringClassReference > > > Referenced from: > > /Library/Python/2.5/site-packages/py_pjsua.so > > Expected in: dynamic lookup >