Everpad and unmet dependencies

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
swarb

Everpad and unmet dependencies

Post by swarb »

I'm very new to linux and trying to install everpad.
Im using the commands:

sudo add-apt-repository ppa:nvbn-rm/ppa
sudo apt-get update
sudo apt-get install everpad

this gives a whole lot of unmet dependencies.

https://github.com/nvbn/everpad/wiki/how-to-install
^ The everpad wiki mentions these but doesnt explain how to install them. Can anyone help me out?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
glacian79

Re: Everpad and unmet dependencies

Post by glacian79 »

Same problem here - have no idea how to fix. The second set of instructions seem to run it from the python code. So one would think
1) install python
2) run command on the wiki
But then one would have also thought that the ubuntu install would have worked on mint so who knows. Hopefully someone with some knowledge will notice this humble thread.
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

swarb wrote:...this gives a whole lot of unmet dependencies.
Can you please post the output?
I believe everpad has some sort of unity-lens integration which could be causing the trouble on Mint.

The second set of instructions can optionally be followed. First make sure the following packages are installed:

Code: Select all

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 git
Clone the repository:

Code: Select all

git clone https://github.com/nvbn/everpad.git
Setup and install everpad:

Code: Select all

cd everpad
python setup.py install
Be sure to let us know if you need more help! :D
nmbutt

Re: Everpad and unmet dependencies

Post by nmbutt »

I have tried both of these methods to install Everpad on Mint but no luck. Each progresses to certain level and then quits with a highly technical error message. Has any one been able to get it installed and working on Mint Linux?
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

nmbutt wrote:Each progresses to certain level and then quits with a highly technical error message.
It is very hard to help with errors when we don't know what they are. Please post the full error output for anything you are having trouble with. :)

I will try to install it tonight and get back to you. Thank you for your patience. 8)
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

Okay, I got it working(sort of) and this is how:

First, manually make sure all of the following packages listed on the wiki are installed along with git. https://github.com/nvbn/everpad/wiki/how-to-install
Next, as listed on the wiki run the following:

Code: Select all

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

When I ran everpad from the terminal I got:

Code: Select all

"sni-qt/2976" WARN  17:06:03.792 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE 
Traceback (most recent call last):
  File "/usr/local/bin/everpad", line 9, in <module>
    load_entry_point('everpad==2.5dev', 'gui_scripts', 'everpad')()
  File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/pad/indicator.py", line 318, in main
    app.provider = get_provider(session_bus)
  File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/tools.py", line 39, in wrapper
    return InterfaceWrapper(partial(fnc, *args, **kwrags))
  File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/tools.py", line 15, in __init__
    self.__load()
  File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/tools.py", line 18, in __load
    self.__interface = self.__get()
  File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/tools.py", line 47, in get_provider
    provider = bus.get_object("com.everpad.Provider", '/EverpadProvider')
  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.Spawn.ExecFailed: Failed to execute program /usr/bin/everpad-provider: Success
But I found if I first ran everpad-provider and then in a separate terminal everpad it worked.
I didn't get an icon in the notification area, however, I did get a blank space where it was supposed to be.

Be sure to post the full error if you have any problems.
nmbutt

Re: Everpad and unmet dependencies

Post by nmbutt »

This is the error message I get when I follow these directions:
*** Truncated earlier messages*******
Installed /usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg
Processing dependencies for everpad==2.5dev
Searching for regex
Reading http://pypi.python.org/simple/regex/
Reading http://bugs.python.org/issue2636
Reading https://code.google.com/p/mrab-regex-hg/
Best match: regex 2013-03-11
Downloading http://pypi.python.org/packages/source/ ... f0b34a9608
Processing regex-2013-03-11.tar.gz
Running regex-2013-03-11/setup.py -q bdist_egg --dist-dir /tmp/easy_install-DunCVu/regex-2013-03-11/egg-dist-tmp-DZ5LLB
Python2/_regex.c:46:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1

I can't tell what I am missing I have installed all dependencies. Thanks
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

The error is saying that it cannot find the needed files to compile Python modules. You can make sure both python-dev and build-essential are installed, but you shouldn't really need them. The real problem is that it is trying to compile the regex library for you which means it has not been installed.

When installing multiple packages with apt-get at once, it will often stop after finding that several of the packages are already installed. Open up synaptic package manager and check that each individual package required has been installed, then git the source and try again. If you get the same error again, install the packages build-essential and python-dev, then try again.
nmbutt

Re: Everpad and unmet dependencies

Post by nmbutt »

I have checked all dependencies by hand including build-essential and python-dev as you suggested and only one I do not have is python-regex. When I try to install it using apt-get here is what I get:

sudo apt-get install python-regex
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-regex

Isn't that a fairly common package?
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

What version of Mint are you running? I just looked it up and it seems that it is included in Mint 14 and above. If you are using Mint 13 or earlier you can try installing it manually from one of the links below:

64-bit python-regex
32-bit python-regex
nmbutt

Re: Everpad and unmet dependencies

Post by nmbutt »

Thanks for that help. t worked well and now I have everpad installed. First time when I use it, I was able to use the spot in tray area to get authenticated with evernote but when I go back to tray icon (blank space), I get this error message:

Error calling slot "update"
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/pad/indicator.py", line 78, in update
20, Note.ORDER_UPDATED_DESC, 1,
File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/tools.py", line 32, in wrapper
return getattr(self.__interface, name)(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.sqlalchemy.exc.InvalidRequestError: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/dbus/service.py", line 702, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/local/lib/python2.7/dist-packages/everpad-2.5dev-py2.7.egg/everpad/provider/service.py", line 115, in find_notes
qs = self.sq(Note).filter(and_(
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/session.py", line 1106, in query
return self._query_cls(entities, self, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/query.py", line 115, in __init__
self._set_entities(entities)
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/query.py", line 124, in _set_entities
self._set_entity_selectables(self._entities)
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/query.py", line 157, in _set_entity_selectables
ent.setup_entity(*d[entity])
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/query.py", line 2728, in setup_entity
self._with_polymorphic = ext_info.with_polymorphic_mappers
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/util/langhelpers.py", line 614, in __get__
obj.__dict__[self.__name__] = result = self.fget(obj)
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/mapper.py", line 1426, in _with_polymorphic_mappers
configure_mappers()
File "/usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.8.1-py2.7.egg/sqlalchemy/orm/mapper.py", line 2118, in configure_mappers
raise e
InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Original exception was: Can't determine relationship direction for relationship 'Note.conflict_parent' - foreign key columns within the join condition are present in both the parent and the child's mapped tables. Ensure that only those columns referring to a parent column are marked as foreign, either via the foreign() annotation or via the foreign_keys argument.


This one baffles me.
nmbutt

Re: Everpad and unmet dependencies

Post by nmbutt »

Update .. Update .. Update

When I run everpad-provider and then provider, everpad panel opens up but it has nothing in it and the blank spot in the tray area does nothing, no synch with Evernote, no notes .. nothing .. strange!
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

This kind of thing need to be reported as a bug report upstream. Here are the directions: https://github.com/nvbn/everpad/wiki/Re ... nformation

And here is the page to submit bugs: https://github.com/nvbn/everpad/issues
If you check that page you will see that many Arch Linux user suffer from the same error.

I'm sorry that I can't help anymore. Good luck! :D
dan4linuxmintforum
Level 1
Level 1
Posts: 2
Joined: Thu May 30, 2013 12:59 am

Re: Everpad and unmet dependencies

Post by dan4linuxmintforum »

I have just installed Fedora 18 and have been reading all of the "instructions" for resolving Everpad's dependencies. I have used the list of modules listed in the apt-get install command and attempted to install each one of them using apper in Fedora.

I find that:
sqllite2 has been replaced by sqlite3
python-dbus does not exist
all of the .qtxxx modules are apparently part of python-pyside (they are not offered individually)
python-regex is not offered
build-essentials (mentioned elsewhere) is not offered
gtk2-engines is offered by not gtk2-engines-pixbuf
python-support is not offered

after getting what is available (including python and gcc) and running python setup.py install, this is the output: (someone asked for detail)

[root@localhost everpad]# python setup.py install
running install
running bdist_egg
running egg_info
creating everpad.egg-info
writing requirements to everpad.egg-info/requires.txt
writing everpad.egg-info/PKG-INFO
writing top-level names to everpad.egg-info/top_level.txt
writing dependency_links to everpad.egg-info/dependency_links.txt
writing entry points to everpad.egg-info/entry_points.txt
writing manifest file 'everpad.egg-info/SOURCES.txt'
reading manifest file 'everpad.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'evernote'
warning: no previously-included files matching '*.pyc' found under directory 'everpad'
warning: no previously-included files matching '*.pyc' found under directory 'thrift'
writing manifest file 'everpad.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/thrift
copying thrift/TSerialization.py -> build/lib/thrift
copying thrift/__init__.py -> build/lib/thrift
copying thrift/Thrift.py -> build/lib/thrift
copying thrift/TSCons.py -> build/lib/thrift
creating build/lib/evernote
copying evernote/__init__.py -> build/lib/evernote
creating build/lib/everpad
copying everpad/__init__.py -> build/lib/everpad
copying everpad/monkey.py -> build/lib/everpad
copying everpad/const.py -> build/lib/everpad
copying everpad/tools.py -> build/lib/everpad
copying everpad/basetypes.py -> build/lib/everpad
creating build/lib/thrift/transport
copying thrift/transport/TTwisted.py -> build/lib/thrift/transport
copying thrift/transport/TSSLSocket.py -> build/lib/thrift/transport
copying thrift/transport/__init__.py -> build/lib/thrift/transport
copying thrift/transport/TSocket.py -> build/lib/thrift/transport
copying thrift/transport/TTransport.py -> build/lib/thrift/transport
copying thrift/transport/TZlibTransport.py -> build/lib/thrift/transport
copying thrift/transport/THttpClient.py -> build/lib/thrift/transport
copying thrift/transport/httpslib.py -> build/lib/thrift/transport
creating build/lib/thrift/protocol
copying thrift/protocol/__init__.py -> build/lib/thrift/protocol
copying thrift/protocol/TProtocol.py -> build/lib/thrift/protocol
copying thrift/protocol/TBinaryProtocol.py -> build/lib/thrift/protocol
copying thrift/protocol/TCompactProtocol.py -> build/lib/thrift/protocol
copying thrift/protocol/TBase.py -> build/lib/thrift/protocol
creating build/lib/thrift/server
copying thrift/server/TNonblockingServer.py -> build/lib/thrift/server
copying thrift/server/__init__.py -> build/lib/thrift/server
copying thrift/server/TProcessPoolServer.py -> build/lib/thrift/server
copying thrift/server/THttpServer.py -> build/lib/thrift/server
copying thrift/server/TServer.py -> build/lib/thrift/server
creating build/lib/tests
creating build/lib/tests/pad
copying tests/pad/__init__.py -> build/lib/tests/pad
copying tests/pad/test_editor.py -> build/lib/tests/pad
creating build/lib/tests/settings
copying tests/settings/__init__.py -> build/lib/tests/settings
copying tests/settings/dist.py -> build/lib/tests/settings
creating build/lib/tests/provider
copying tests/provider/test_service.py -> build/lib/tests/provider
copying tests/provider/__init__.py -> build/lib/tests/provider
copying tests/provider/test_sync.py -> build/lib/tests/provider
creating build/lib/evernote/edam
copying evernote/edam/__init__.py -> build/lib/evernote/edam
creating build/lib/everpad/pad
copying everpad/pad/__init__.py -> build/lib/everpad/pad
copying everpad/pad/treeview.py -> build/lib/everpad/pad
copying everpad/pad/list.py -> build/lib/everpad/pad
copying everpad/pad/share_note.py -> build/lib/everpad/pad
copying everpad/pad/tools.py -> build/lib/everpad/pad
copying everpad/pad/indicator.py -> build/lib/everpad/pad
copying everpad/pad/management.py -> build/lib/everpad/pad
creating build/lib/everpad/specific
copying everpad/specific/__init__.py -> build/lib/everpad/specific
creating build/lib/everpad/interface
copying everpad/interface/__init__.py -> build/lib/everpad/interface
copying everpad/interface/findbar.py -> build/lib/everpad/interface
copying everpad/interface/tableinsert.py -> build/lib/everpad/interface
copying everpad/interface/list.py -> build/lib/everpad/interface
copying everpad/interface/share_note.py -> build/lib/everpad/interface
copying everpad/interface/notebook.py -> build/lib/everpad/interface
copying everpad/interface/management.py -> build/lib/everpad/interface
copying everpad/interface/editor.py -> build/lib/everpad/interface
copying everpad/interface/image.py -> build/lib/everpad/interface
creating build/lib/everpad/provider
copying everpad/provider/daemon.py -> build/lib/everpad/provider
copying everpad/provider/__init__.py -> build/lib/everpad/provider
copying everpad/provider/tools.py -> build/lib/everpad/provider
copying everpad/provider/exceptions.py -> build/lib/everpad/provider
copying everpad/provider/models.py -> build/lib/everpad/provider
copying everpad/provider/service.py -> build/lib/everpad/provider
creating build/lib/evernote/edam/error
copying evernote/edam/error/constants.py -> build/lib/evernote/edam/error
copying evernote/edam/error/ttypes.py -> build/lib/evernote/edam/error
copying evernote/edam/error/__init__.py -> build/lib/evernote/edam/error
creating build/lib/evernote/edam/notestore
copying evernote/edam/notestore/constants.py -> build/lib/evernote/edam/notestore
copying evernote/edam/notestore/ttypes.py -> build/lib/evernote/edam/notestore
copying evernote/edam/notestore/__init__.py -> build/lib/evernote/edam/notestore
copying evernote/edam/notestore/NoteStore.py -> build/lib/evernote/edam/notestore
creating build/lib/evernote/edam/type
copying evernote/edam/type/constants.py -> build/lib/evernote/edam/type
copying evernote/edam/type/ttypes.py -> build/lib/evernote/edam/type
copying evernote/edam/type/__init__.py -> build/lib/evernote/edam/type
creating build/lib/evernote/edam/limits
copying evernote/edam/limits/constants.py -> build/lib/evernote/edam/limits
copying evernote/edam/limits/ttypes.py -> build/lib/evernote/edam/limits
copying evernote/edam/limits/__init__.py -> build/lib/evernote/edam/limits
creating build/lib/evernote/edam/userstore
copying evernote/edam/userstore/constants.py -> build/lib/evernote/edam/userstore
copying evernote/edam/userstore/ttypes.py -> build/lib/evernote/edam/userstore
copying evernote/edam/userstore/__init__.py -> build/lib/evernote/edam/userstore
copying evernote/edam/userstore/UserStore.py -> build/lib/evernote/edam/userstore
creating build/lib/everpad/pad/editor
copying everpad/pad/editor/widgets.py -> build/lib/everpad/pad/editor
copying everpad/pad/editor/__init__.py -> build/lib/everpad/pad/editor
copying everpad/pad/editor/actions.py -> build/lib/everpad/pad/editor
copying everpad/pad/editor/resources.py -> build/lib/everpad/pad/editor
copying everpad/pad/editor/content.py -> build/lib/everpad/pad/editor
creating build/lib/everpad/specific/kde
copying everpad/specific/kde/__init__.py -> build/lib/everpad/specific/kde
copying everpad/specific/kde/everpad_runner.py -> build/lib/everpad/specific/kde
creating build/lib/everpad/specific/unity
copying everpad/specific/unity/__init__.py -> build/lib/everpad/specific/unity
copying everpad/specific/unity/launcher.py -> build/lib/everpad/specific/unity
copying everpad/specific/unity/lens.py -> build/lib/everpad/specific/unity
creating build/lib/everpad/provider/sync
copying everpad/provider/sync/__init__.py -> build/lib/everpad/provider/sync
copying everpad/provider/sync/notebook.py -> build/lib/everpad/provider/sync
copying everpad/provider/sync/base.py -> build/lib/everpad/provider/sync
copying everpad/provider/sync/tag.py -> build/lib/everpad/provider/sync
copying everpad/provider/sync/note.py -> build/lib/everpad/provider/sync
copying everpad/provider/sync/agent.py -> build/lib/everpad/provider/sync
copying everpad/pad/editor/editor.html -> build/lib/everpad/pad/editor
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/thrift
copying build/lib/thrift/TSerialization.py -> build/bdist.linux-x86_64/egg/thrift
copying build/lib/thrift/__init__.py -> build/bdist.linux-x86_64/egg/thrift
copying build/lib/thrift/Thrift.py -> build/bdist.linux-x86_64/egg/thrift
creating build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/TTwisted.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/TSSLSocket.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/__init__.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/TSocket.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/TTransport.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/TZlibTransport.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/THttpClient.py -> build/bdist.linux-x86_64/egg/thrift/transport
copying build/lib/thrift/transport/httpslib.py -> build/bdist.linux-x86_64/egg/thrift/transport
creating build/bdist.linux-x86_64/egg/thrift/protocol
copying build/lib/thrift/protocol/__init__.py -> build/bdist.linux-x86_64/egg/thrift/protocol
copying build/lib/thrift/protocol/TProtocol.py -> build/bdist.linux-x86_64/egg/thrift/protocol
copying build/lib/thrift/protocol/TBinaryProtocol.py -> build/bdist.linux-x86_64/egg/thrift/protocol
copying build/lib/thrift/protocol/TCompactProtocol.py -> build/bdist.linux-x86_64/egg/thrift/protocol
copying build/lib/thrift/protocol/TBase.py -> build/bdist.linux-x86_64/egg/thrift/protocol
copying build/lib/thrift/TSCons.py -> build/bdist.linux-x86_64/egg/thrift
creating build/bdist.linux-x86_64/egg/thrift/server
copying build/lib/thrift/server/TNonblockingServer.py -> build/bdist.linux-x86_64/egg/thrift/server
copying build/lib/thrift/server/__init__.py -> build/bdist.linux-x86_64/egg/thrift/server
copying build/lib/thrift/server/TProcessPoolServer.py -> build/bdist.linux-x86_64/egg/thrift/server
copying build/lib/thrift/server/THttpServer.py -> build/bdist.linux-x86_64/egg/thrift/server
copying build/lib/thrift/server/TServer.py -> build/bdist.linux-x86_64/egg/thrift/server
creating build/bdist.linux-x86_64/egg/tests
creating build/bdist.linux-x86_64/egg/tests/pad
copying build/lib/tests/pad/__init__.py -> build/bdist.linux-x86_64/egg/tests/pad
copying build/lib/tests/pad/test_editor.py -> build/bdist.linux-x86_64/egg/tests/pad
creating build/bdist.linux-x86_64/egg/tests/settings
copying build/lib/tests/settings/__init__.py -> build/bdist.linux-x86_64/egg/tests/settings
copying build/lib/tests/settings/dist.py -> build/bdist.linux-x86_64/egg/tests/settings
creating build/bdist.linux-x86_64/egg/tests/provider
copying build/lib/tests/provider/test_service.py -> build/bdist.linux-x86_64/egg/tests/provider
copying build/lib/tests/provider/__init__.py -> build/bdist.linux-x86_64/egg/tests/provider
copying build/lib/tests/provider/test_sync.py -> build/bdist.linux-x86_64/egg/tests/provider
creating build/bdist.linux-x86_64/egg/evernote
creating build/bdist.linux-x86_64/egg/evernote/edam
copying build/lib/evernote/edam/__init__.py -> build/bdist.linux-x86_64/egg/evernote/edam
creating build/bdist.linux-x86_64/egg/evernote/edam/error
copying build/lib/evernote/edam/error/constants.py -> build/bdist.linux-x86_64/egg/evernote/edam/error
copying build/lib/evernote/edam/error/ttypes.py -> build/bdist.linux-x86_64/egg/evernote/edam/error
copying build/lib/evernote/edam/error/__init__.py -> build/bdist.linux-x86_64/egg/evernote/edam/error
creating build/bdist.linux-x86_64/egg/evernote/edam/notestore
copying build/lib/evernote/edam/notestore/constants.py -> build/bdist.linux-x86_64/egg/evernote/edam/notestore
copying build/lib/evernote/edam/notestore/ttypes.py -> build/bdist.linux-x86_64/egg/evernote/edam/notestore
copying build/lib/evernote/edam/notestore/__init__.py -> build/bdist.linux-x86_64/egg/evernote/edam/notestore
copying build/lib/evernote/edam/notestore/NoteStore.py -> build/bdist.linux-x86_64/egg/evernote/edam/notestore
creating build/bdist.linux-x86_64/egg/evernote/edam/type
copying build/lib/evernote/edam/type/constants.py -> build/bdist.linux-x86_64/egg/evernote/edam/type
copying build/lib/evernote/edam/type/ttypes.py -> build/bdist.linux-x86_64/egg/evernote/edam/type
copying build/lib/evernote/edam/type/__init__.py -> build/bdist.linux-x86_64/egg/evernote/edam/type
creating build/bdist.linux-x86_64/egg/evernote/edam/limits
copying build/lib/evernote/edam/limits/constants.py -> build/bdist.linux-x86_64/egg/evernote/edam/limits
copying build/lib/evernote/edam/limits/ttypes.py -> build/bdist.linux-x86_64/egg/evernote/edam/limits
copying build/lib/evernote/edam/limits/__init__.py -> build/bdist.linux-x86_64/egg/evernote/edam/limits
creating build/bdist.linux-x86_64/egg/evernote/edam/userstore
copying build/lib/evernote/edam/userstore/constants.py -> build/bdist.linux-x86_64/egg/evernote/edam/userstore
copying build/lib/evernote/edam/userstore/ttypes.py -> build/bdist.linux-x86_64/egg/evernote/edam/userstore
copying build/lib/evernote/edam/userstore/__init__.py -> build/bdist.linux-x86_64/egg/evernote/edam/userstore
copying build/lib/evernote/edam/userstore/UserStore.py -> build/bdist.linux-x86_64/egg/evernote/edam/userstore
copying build/lib/evernote/__init__.py -> build/bdist.linux-x86_64/egg/evernote
creating build/bdist.linux-x86_64/egg/everpad
copying build/lib/everpad/__init__.py -> build/bdist.linux-x86_64/egg/everpad
creating build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/__init__.py -> build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/treeview.py -> build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/list.py -> build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/share_note.py -> build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/tools.py -> build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/indicator.py -> build/bdist.linux-x86_64/egg/everpad/pad
copying build/lib/everpad/pad/management.py -> build/bdist.linux-x86_64/egg/everpad/pad
creating build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/pad/editor/widgets.py -> build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/pad/editor/__init__.py -> build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/pad/editor/actions.py -> build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/pad/editor/editor.html -> build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/pad/editor/resources.py -> build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/pad/editor/content.py -> build/bdist.linux-x86_64/egg/everpad/pad/editor
copying build/lib/everpad/monkey.py -> build/bdist.linux-x86_64/egg/everpad
creating build/bdist.linux-x86_64/egg/everpad/specific
copying build/lib/everpad/specific/__init__.py -> build/bdist.linux-x86_64/egg/everpad/specific
creating build/bdist.linux-x86_64/egg/everpad/specific/kde
copying build/lib/everpad/specific/kde/__init__.py -> build/bdist.linux-x86_64/egg/everpad/specific/kde
copying build/lib/everpad/specific/kde/everpad_runner.py -> build/bdist.linux-x86_64/egg/everpad/specific/kde
creating build/bdist.linux-x86_64/egg/everpad/specific/unity
copying build/lib/everpad/specific/unity/__init__.py -> build/bdist.linux-x86_64/egg/everpad/specific/unity
copying build/lib/everpad/specific/unity/launcher.py -> build/bdist.linux-x86_64/egg/everpad/specific/unity
copying build/lib/everpad/specific/unity/lens.py -> build/bdist.linux-x86_64/egg/everpad/specific/unity
copying build/lib/everpad/const.py -> build/bdist.linux-x86_64/egg/everpad
creating build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/__init__.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/findbar.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/tableinsert.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/list.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/share_note.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/notebook.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/management.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/editor.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/interface/image.py -> build/bdist.linux-x86_64/egg/everpad/interface
copying build/lib/everpad/tools.py -> build/bdist.linux-x86_64/egg/everpad
creating build/bdist.linux-x86_64/egg/everpad/provider
copying build/lib/everpad/provider/daemon.py -> build/bdist.linux-x86_64/egg/everpad/provider
creating build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/sync/__init__.py -> build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/sync/notebook.py -> build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/sync/base.py -> build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/sync/tag.py -> build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/sync/note.py -> build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/sync/agent.py -> build/bdist.linux-x86_64/egg/everpad/provider/sync
copying build/lib/everpad/provider/__init__.py -> build/bdist.linux-x86_64/egg/everpad/provider
copying build/lib/everpad/provider/tools.py -> build/bdist.linux-x86_64/egg/everpad/provider
copying build/lib/everpad/provider/exceptions.py -> build/bdist.linux-x86_64/egg/everpad/provider
copying build/lib/everpad/provider/models.py -> build/bdist.linux-x86_64/egg/everpad/provider
copying build/lib/everpad/provider/service.py -> build/bdist.linux-x86_64/egg/everpad/provider
copying build/lib/everpad/basetypes.py -> build/bdist.linux-x86_64/egg/everpad
byte-compiling build/bdist.linux-x86_64/egg/thrift/TSerialization.py to TSerialization.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/Thrift.py to Thrift.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/TTwisted.py to TTwisted.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/TSSLSocket.py to TSSLSocket.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/TSocket.py to TSocket.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/TTransport.py to TTransport.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/TZlibTransport.py to TZlibTransport.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/THttpClient.py to THttpClient.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/transport/httpslib.py to httpslib.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/protocol/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/protocol/TProtocol.py to TProtocol.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/protocol/TBinaryProtocol.py to TBinaryProtocol.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/protocol/TCompactProtocol.py to TCompactProtocol.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/protocol/TBase.py to TBase.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/TSCons.py to TSCons.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/server/TNonblockingServer.py to TNonblockingServer.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/server/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/server/TProcessPoolServer.py to TProcessPoolServer.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/server/THttpServer.py to THttpServer.pyc
byte-compiling build/bdist.linux-x86_64/egg/thrift/server/TServer.py to TServer.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/pad/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/pad/test_editor.py to test_editor.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/settings/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/settings/dist.py to dist.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/provider/test_service.py to test_service.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/provider/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/tests/provider/test_sync.py to test_sync.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/error/constants.py to constants.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/error/ttypes.py to ttypes.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/error/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/notestore/constants.py to constants.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/notestore/ttypes.py to ttypes.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/notestore/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/notestore/NoteStore.py to NoteStore.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/type/constants.py to constants.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/type/ttypes.py to ttypes.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/type/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/limits/constants.py to constants.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/limits/ttypes.py to ttypes.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/limits/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/userstore/constants.py to constants.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/userstore/ttypes.py to ttypes.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/userstore/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/edam/userstore/UserStore.py to UserStore.pyc
byte-compiling build/bdist.linux-x86_64/egg/evernote/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/treeview.py to treeview.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/list.py to list.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/share_note.py to share_note.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/tools.py to tools.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/indicator.py to indicator.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/management.py to management.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/editor/widgets.py to widgets.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/editor/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/editor/actions.py to actions.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/editor/resources.py to resources.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/pad/editor/content.py to content.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/monkey.py to monkey.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/specific/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/specific/kde/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/specific/kde/everpad_runner.py to everpad_runner.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/specific/unity/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/specific/unity/launcher.py to launcher.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/specific/unity/lens.py to lens.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/const.py to const.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/findbar.py to findbar.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/tableinsert.py to tableinsert.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/list.py to list.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/share_note.py to share_note.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/notebook.py to notebook.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/management.py to management.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/editor.py to editor.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/interface/image.py to image.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/tools.py to tools.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/daemon.py to daemon.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/sync/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/sync/notebook.py to notebook.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/sync/base.py to base.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/sync/tag.py to tag.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/sync/note.py to note.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/sync/agent.py to agent.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/tools.py to tools.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/exceptions.py to exceptions.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/models.py to models.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/provider/service.py to service.pyc
byte-compiling build/bdist.linux-x86_64/egg/everpad/basetypes.py to basetypes.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
creating build/bdist.linux-x86_64/egg/share
creating build/bdist.linux-x86_64/egg/share/icons
creating build/bdist.linux-x86_64/egg/share/icons/hicolor
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-text-bold.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-list-unordered.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-text-strikethrough.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-text-italic.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-list-ordered.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-justify-center.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-justify-left.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-justify-fill.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-text-underline.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-justify-right.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-checkbox.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-link.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-insert-table.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-insert-image.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
copying data/editor-icons/everpad-pin.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/24x24/actions
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/actions
copying data/everpad-file.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/48x48/actions
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/64x64
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/64x64/apps
copying data/everpad-mono.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/64x64/apps
copying data/everpad-lens.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/64x64/apps
copying data/everpad-note.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/64x64/apps
copying data/everpad-black.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/64x64/apps
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/128x128
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/128x128/apps
copying data/everpad.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/128x128/apps
creating build/bdist.linux-x86_64/egg/share/pixmaps
copying data/everpad.png -> build/bdist.linux-x86_64/egg/share/pixmaps
copying data/everpad-mono.png -> build/bdist.linux-x86_64/egg/share/pixmaps
copying data/everpad-lens.png -> build/bdist.linux-x86_64/egg/share/pixmaps
copying data/everpad-note.png -> build/bdist.linux-x86_64/egg/share/pixmaps
copying data/everpad-black.png -> build/bdist.linux-x86_64/egg/share/pixmaps
creating build/bdist.linux-x86_64/egg/share/applications
copying data/everpad.desktop -> build/bdist.linux-x86_64/egg/share/applications
creating build/bdist.linux-x86_64/egg/share/everpad
creating build/bdist.linux-x86_64/egg/share/everpad/i18n
copying i18n/ru_RU.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/ar_EG.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/zh_CN.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/zh_TW.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/ja.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/es.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/de_DE.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/de_AT.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying i18n/de_CH.qm -> build/bdist.linux-x86_64/egg/share/everpad/i18n/
copying everpad/pad/editor/editor.html -> build/bdist.linux-x86_64/egg/share/everpad/
creating build/bdist.linux-x86_64/egg/share/locale
creating build/bdist.linux-x86_64/egg/share/locale/ru
creating build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES
copying i18n/ru/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/ru/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ar
creating build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES
copying i18n/ar/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/ar/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/zh_CN
creating build/bdist.linux-x86_64/egg/share/locale/zh_CN/LC_MESSAGES
copying i18n/zh_CN/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/zh_CN/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/zh_TW
creating build/bdist.linux-x86_64/egg/share/locale/zh_TW/LC_MESSAGES
copying i18n/zh_TW/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/zh_TW/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/ja
creating build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES
copying i18n/ja/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/ja/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/es
creating build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES
copying i18n/es/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/es/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/locale/de
creating build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES
copying i18n/de/LC_MESSAGES/everpad.mo -> build/bdist.linux-x86_64/egg/share/locale/de/LC_MESSAGES
creating build/bdist.linux-x86_64/egg/share/unity
creating build/bdist.linux-x86_64/egg/share/unity/lenses
creating build/bdist.linux-x86_64/egg/share/unity/lenses/everpad
copying data/everpad.lens -> build/bdist.linux-x86_64/egg/share/unity/lenses/everpad
creating build/bdist.linux-x86_64/egg/share/dbus-1
creating build/bdist.linux-x86_64/egg/share/dbus-1/services
copying data/unity-lens-everpad.service -> build/bdist.linux-x86_64/egg/share/dbus-1/services
copying data/everpad-provider.service -> build/bdist.linux-x86_64/egg/share/dbus-1/services
copying data/everpad-app.service -> build/bdist.linux-x86_64/egg/share/dbus-1/services
creating build/bdist.linux-x86_64/egg/share/kde4
creating build/bdist.linux-x86_64/egg/share/kde4/services
copying data/plasma-runner-everpad.desktop -> build/bdist.linux-x86_64/egg/share/kde4/services/
creating build/bdist.linux-x86_64/egg/share/kde4/apps
creating build/bdist.linux-x86_64/egg/share/kde4/apps/plasma
creating build/bdist.linux-x86_64/egg/share/kde4/apps/plasma/runners
creating build/bdist.linux-x86_64/egg/share/kde4/apps/plasma/runners/everpad
copying data/metadata.desktop -> build/bdist.linux-x86_64/egg/share/kde4/apps/plasma/runners/everpad/
creating build/bdist.linux-x86_64/egg/share/kde4/apps/plasma/runners/everpad/contents
creating build/bdist.linux-x86_64/egg/share/kde4/apps/plasma/runners/everpad/contents/code
copying everpad/specific/kde/everpad_runner.py -> build/bdist.linux-x86_64/egg/share/kde4/apps/plasma/runners/everpad/contents/code/
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying everpad.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/everpad-2.5dev-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing everpad-2.5dev-py2.7.egg
creating /usr/lib/python2.7/site-packages/everpad-2.5dev-py2.7.egg
Extracting everpad-2.5dev-py2.7.egg to /usr/lib/python2.7/site-packages
Adding everpad 2.5dev to easy-install.pth file
Installing everpad-lens script to /usr/bin
Installing everpad-provider script to /usr/bin
Installing everpad script to /usr/bin

Installed /usr/lib/python2.7/site-packages/everpad-2.5dev-py2.7.egg
Processing dependencies for everpad==2.5dev
Searching for regex
Reading http://pypi.python.org/simple/regex/
Reading https://code.google.com/p/mrab-regex-hg/
Reading http://bugs.python.org/issue2636
Best match: regex 2013-05-21
Downloading http://pypi.python.org/packages/source/ ... 9ab1983dfc
Processing regex-2013-05-21.tar.gz
Writing /tmp/easy_install-4cyOZx/regex-2013-05-21/setup.cfg
Running regex-2013-05-21/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4cyOZx/regex-2013-05-21/egg-dist-tmp-8sPp3l
Python2/_regex.c: In function ‘check_replacement_string’:
Python2/_regex.c:14017:20: warning: ‘char_at’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Python2/_regex_unicode.c:11138:5: warning: missing braces around initializer [-Wmissing-braces]
Python2/_regex_unicode.c:11138:5: warning: (near initialization for ‘re_all_cases_table[0].diffs’) [-Wmissing-braces]
Python2/_regex_unicode.c:11661:5: warning: missing braces around initializer [-Wmissing-braces]
Python2/_regex_unicode.c:11661:5: warning: (near initialization for ‘re_full_case_folding_table[0].codepoints’) [-Wmissing-braces]
zip_safe flag not set; analyzing archive contents...
/usr/lib/python2.7/site-packages/setuptools/command/bdist_egg.py:435: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
symbols = dict.fromkeys(iter_symbols(code))
Adding regex 2013-05-21 to easy-install.pth file

Installed /usr/lib/python2.7/site-packages/regex-2013_05_21-py2.7-linux-x86_64.egg
Searching for pysqlite
Reading http://pypi.python.org/simple/pysqlite/
Reading http://pysqlite.googlecode.com/
Reading http://code.google.com/p/pysqlite/downloads/list
Best match: pysqlite 2.6.3
Downloading https://pysqlite.googlecode.com/files/p ... 6.3.tar.gz
Processing pysqlite-2.6.3.tar.gz
Writing /tmp/easy_install-Q00Qi4/pysqlite-2.6.3/setup.cfg
Running pysqlite-2.6.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Q00Qi4/pysqlite-2.6.3/egg-dist-tmp-JHurUH
In file included from src/module.c:24:0:
src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
[root@localhost everpad]# python setup.py install > everpad-install.log
warning: no previously-included files matching '*.pyc' found under directory 'evernote'
warning: no previously-included files matching '*.pyc' found under directory 'everpad'
warning: no previously-included files matching '*.pyc' found under directory 'thrift'
In file included from src/module.c:24:0:
src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
[root@localhost everpad]#

I am a relative newbie at this particular corner of computing and will never figure this out unless someone takes pity on me (and the others who are struggling) and provides a procedure that will actually work without performing expert-only (and undocumented) procedures.

Thank you,
Dan
overthetop

Re: Everpad and unmet dependencies

Post by overthetop »

dan4linuxmintforum wrote:I have just installed Fedora 18 and have been reading all of the "instructions" for resolving Everpad's dependencies. I have used the list of modules listed in the apt-get install command and attempted to install each one of them using apper in Fedora.
I will try to help, but I do not have any Fedora experience!

The error is because you do not have the proper development files for building with sqlite3 (the package would be something like libsqlite3-devel). This, however, is just a side affect of the script trying to build and install the proper version of pysqlite. To solve this problem make sure you have the proper pysqlite package installed (something like python-sqlite). Everpad wants sqlite2.

As this problem is Fedora specific, I would recommend that you ask on the Fedora Forum for further/better help.

P.S.
Thanks for including the whole output. Since it is very long, the recommended way of listing it is to use the Code button:

Code: Select all

Click the Code button at the top of the window to create some [code] tags.
Then place the output between the tags.
This will create a nice scrolling code box like this which makes it easier to read without taking up the whole page!
Last edited by overthetop on Thu May 24, 2018 3:15 pm, edited 1 time in total.
PetRose

Re: Everpad and unmet dependencies

Post by PetRose »

nmbutt wrote:I have tried both of these methods to install Everpad on Mint but no luck. Each progresses to certain level and then quits with a highly technical error message. Has any one been able to get it installed and working on Mint Linux?
Yes, but first once I found the github 'HowTo install EverPad' using the ubuntu steps, I got it working on my Linux Mint 15 Olivia (32 bit).
Apparently, the PPA repo is necessary for this working. I never found the other unmet dependencies you experiences.
Best luck, although its a while ago.
Locked

Return to “Software & Applications”