Ladios Jonquil

Results 4 comments of Ladios Jonquil

Right, I forgot. #124 is needed. That one re-enables build deps installation.

My workaround: - Find out the installed version of `PySide` in `/usr/lib/python2.7/dist-packages/PySide/__init__.py` - Mine is `1.1.0`, so create a text file `/usr/lib/python2.7/dist-packages/PySide-1.1.0-py2.7.egg-info` with the following content: ``` Metadata-Version: 1.0 Name:...

After the ppa 2.6.1-0 update (b4f94df7f4aacb4a2df30ad236971cfbc7df560b?) py-oath2 is not required anymore, but the .egg-info is still needed to be in place. I think the .egg-info should come with the `python-pyside.qtcore`...

I have not dived into the code, but I guess the `EverpadService` shown in the traceback is run by `everpad-provider`. `everpad` is not the only component to check. Try follow...