You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install Everpad on a Raspberry Pi 2 with Raspbian Wheezy but without success.
I had a look at https://github.com/nvbn/everpad/wiki/how-to-install but many paquets are not available on Raspbian.
I also tried installing through the ppa, but everpad isn't available.
So could you please build a package for Raspberry Pi and have it available on whatever ppa and / or write a correct procedure to build it on a Raspberry ?
Thanks
The text was updated successfully, but these errors were encountered:
I tried installing this without success (because not available on the repos)
sudo apt-get install sni-qt python-unity-singlet
I installed these 2 packages:
sudo apt-get install libqt4-dev python-dev
Then I installed everpad (EXTREMELY long, took the whole night)
sudo python setup.py install
Here is the error that I get when launching everpad, but I can't solve it (I am no python expert)
pi@PI2SEB ~/Desktop/everpad $ everpad
Traceback (most recent call last):
File "/usr/local/bin/everpad", line 9, in
load_entry_point('everpad===2.5dev-r0', 'gui_scripts', 'everpad')()
File "build/bdist.linux-armv7l/egg/pkg_resources/init.py", line 552, in load_entry_point
File "build/bdist.linux-armv7l/egg/pkg_resources/init.py", line 2672, in load_entry_point
File "build/bdist.linux-armv7l/egg/pkg_resources/init.py", line 2345, in load
File "build/bdist.linux-armv7l/egg/pkg_resources/init.py", line 2351, in resolve
File "build/bdist.linux-armv7l/egg/everpad/pad/indicator.py", line 3, in
ImportError: libpyside-python2.7.so.1.2: cannot open shared object file: No such file or directory
Here is the content of /usr/local/bin/everpad if it might help
Hi,
I'm trying to install Everpad on a Raspberry Pi 2 with Raspbian Wheezy but without success.
I had a look at https://github.com/nvbn/everpad/wiki/how-to-install but many paquets are not available on Raspbian.
I also tried installing through the ppa, but everpad isn't available.
So could you please build a package for Raspberry Pi and have it available on whatever ppa and / or write a correct procedure to build it on a Raspberry ?
Thanks
The text was updated successfully, but these errors were encountered: