GithubHelp home page GithubHelp logo

Comments (4)

squirrelboot avatar squirrelboot commented on August 23, 2024

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

from everpad.

rubber-ant avatar rubber-ant commented on August 23, 2024

@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

from everpad.

Orangensaft avatar Orangensaft commented on August 23, 2024

@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

from everpad.

gatmac avatar gatmac commented on August 23, 2024

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

from everpad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.