We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run Everpad installed from PPA on my Ubuntu 15.04 gives the following error:
The text was updated successfully, but these errors were encountered: