Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find everpad in the repository and can't build | install | launch after "git clone" on Raspberry Pi 2 with Raspbian Wheezy #469

Open
Romain-Revel opened this issue May 16, 2015 · 1 comment

Comments

@Romain-Revel
Copy link

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

@Romain-Revel
Copy link
Author

Some more details:

I downloaded everpad on my desktop:

pi@PI2SEB ~/Desktop $ git clone https://github.com/nvbn/everpad

I installed cmake this way (VERY long)

wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz
tar xzvf cmake-3.2.2.tar.gz
cd cmake-3.2.2
sudo ./bootstrap
sudo make
sudo make install

I installed qmake this way

sudo apt-get install qt4-qmake

I installed all python dependances

sudo apt-get install python-pyside.qtcore python-pyside.qtgui python-dbus python-beautifulsoup python-pysqlite2 python-keyring python-support python-sqlalchemy python-oauth2 python-magic python-pyside.qtwebkit python-html2text gtk2-engines-pixbuf python-regex python-setuptools

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

pi@PI2SEB ~/Desktop/everpad $ cat /usr/local/bin/everpad
#!/usr/bin/python
#EASY-INSTALL-ENTRY-SCRIPT: 'everpad===2.5dev-r0','gui_scripts','everpad'
requires = 'everpad===2.5dev-r0'
import sys
from pkg_resources import load_entry_point

if name == 'main':
sys.exit(
load_entry_point('everpad===2.5dev-r0', 'gui_scripts', 'everpad')()
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant