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

Cannot Run on Ubuntu 15.04 #473

Open
andreipoe opened this issue Jun 25, 2015 · 0 comments
Open

Cannot Run on Ubuntu 15.04 #473

andreipoe opened this issue Jun 25, 2015 · 0 comments

Comments

@andreipoe
Copy link

Trying to run Everpad installed from PPA on my Ubuntu 15.04 gives the following error:

Traceback (most recent call last):
  File "/usr/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 521, 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 2632, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2312, in load
    return self.resolve()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2318, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 4, in <module>
    from PySide.QtGui import QApplication, QSystemTrayIcon, QMenu, QCursor
ImportError: /usr/lib/python2.7/dist-packages/PySide/QtGui.so: undefined symbol: _ZN7QLayout11adoptLayoutEPS_
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

1 participant