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

everpad not working in ubuntu 16.04 #492

Open
himanshu219 opened this issue Jun 25, 2016 · 4 comments
Open

everpad not working in ubuntu 16.04 #492

himanshu219 opened this issue Jun 25, 2016 · 4 comments

Comments

@himanshu219
Copy link

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
Copy link

squirrelboot commented Aug 23, 2016

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
Copy link

@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
Copy link

@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
Copy link

gatmac commented Apr 29, 2017

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

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

5 participants