nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

everpad not working in ubuntu 16.04 #492

Open himanshu219 opened 8 years ago

himanshu219 commented 8 years ago

Everpad throws following error after few seconds

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-x86_64/egg/everpad/pad/indicator.py", line 357, in main File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 39, in wrapper File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 15, in init File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 18, in load File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 55, in get_pad File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init self._named_service = conn.activate_name_owner(bus_name) File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner self.start_service_by_name(bus_name) File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name 'su', (bus_name, flags))) File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

squirrelboot commented 7 years ago

I am having a similar problem:

everpad Traceback (most recent call last): File "/usr/local/bin/everpad", line 9, in <module> load_entry_point('everpad===2.5dev-r0', 'gui_scripts', 'everpad')() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "build/bdist.linux-x86_64/egg/everpad/pad/indicator.py", line 8, in <module> File "build/bdist.linux-x86_64/egg/everpad/pad/editor/__init__.py", line 6, in <module> File "build/bdist.linux-x86_64/egg/everpad/interface/editor.py", line 125, in <module> ImportError: cannot import name QtWebKit

I am new to all this, but this is what I did to get it compiled on Linux Mint 18: sudo apt-get update && sudo apt-get install build-essential cmake libqt4-dev python-dev

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

sudo apt-get install python-sphinx

git clone https://github.com/nvbn/everpad.git
cd everpad/
sudo python setup.py install

References: https://github.com/nvbn/everpad/wiki/how-to-install

rubber-ant commented 7 years ago

@squirrelboot
on ubuntu 16.04 follow your guide:

Traceback (most recent call last): File "/usr/local/bin/everpad", line 9, in load_entry_point('everpad===2.5dev-r0', 'gui_scripts', 'everpad')() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2569, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2235, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "build/bdist.linux-x86_64/egg/everpad/pad/indicator.py", line 9, in File "build/bdist.linux-x86_64/egg/everpad/pad/management.py", line 18, in ImportError: No module named oauth2

Orangensaft commented 7 years ago

@squirrelboot Tried this on Linux Mint 18. Got the following error when trying to start 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 "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2569, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2235, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "build/bdist.linux-x86_64/egg/everpad/pad/indicator.py", line 8, in File "build/bdist.linux-x86_64/egg/everpad/pad/editor/init.py", line 6, in File "build/bdist.linux-x86_64/egg/everpad/interface/editor.py", line 125, in

gatmac commented 7 years ago

It looks like this project died a couple years ago. That's unfortunate.