linphone-users
[Top][All Lists]
Advanced

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

[Linphone-users] info for raspberrypi wiki page


From: Thomas Meißner
Subject: [Linphone-users] info for raspberrypi wiki page
Date: Fri, 10 Apr 2015 23:19:46 +0200

There are two little infos for your wiki-page "http://www.linphone.org/wiki/doku.php/raspberrypi:start"

first)
to test linphone with python, you have to write
import linphone
and not
import(linphone)

:)

second)
After install wheel I had to upgrade pip and active wheel with this upgrade
sudo apt-get install python-setuptools
sudo easy_install pip
sudo pip install wheel
sudo pip install --upgrade pip

Otherwise you will get this error:
No distributions at all found for linphone4raspberry-3.8.1-28-g40f82ac-cp27-none-any.whl

founded the soloution here: http://stackoverflow.com/a/27885547



reply via email to

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