linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] compiling linphone python for raspberry pi


From: Russell
Subject: [Linphone-developers] compiling linphone python for raspberry pi
Date: Fri, 19 Jun 2015 17:30:25 +0800

Hi,

I have cross-compiled linphone python module for raspberry pi, by following tutorials in https://wiki.linphone.org/wiki/index.php/Raspberrypi:start. However, after installing the resulting whl package on raspberry pi, I got this error when trying to import linphone from python:

  File "/usr/local/lib/python2.7/dist-packages/linphone/__init__.py", line 1, in <module>
    from linphone import *
ImportError: /usr/local/lib/python2.7/dist-packages/linphone/linphone.so: undefined symbol: antlr3NewAsciiStringCopyStream


How can I fix this?

Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]