On 3/26/08, Tzury Bar Yochay <tzury.by at gmail.com> wrote: > The last update fixed those all. Thanks. Thanks for letting me know. I'm not sure about the error below, that doesn't look like pjsip error to me. And Googling around quickly found that it seems that this problem comes up pretty often on Macs. Perhaps you can follow the suggestion here: http://mail.python.org/pipermail/pythonmac-sig/2007-October/019276.html Cheers Benny > Now, I moved to the python part and got stock with SymbolNotFoundError > > 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 >