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

Error - Ubuntu MATE 16.04 LTS #45

Open
minhja opened this issue Dec 12, 2016 · 1 comment
Open

Error - Ubuntu MATE 16.04 LTS #45

minhja opened this issue Dec 12, 2016 · 1 comment

Comments

@minhja
Copy link

minhja commented Dec 12, 2016

When I opened ldoce5viewer in Terminal, the following appears:

$ ldoce5viewer
Traceback (most recent call last):
File "/usr/local/bin/ldoce5viewer", line 9, in
sys.exit(qtgui.run(sys.argv))
File "/usr/local/lib/python2.7/dist-packages/ldoce5viewer/qtgui/init.py", line 98, in run
from .main import MainWindow
File "/usr/local/lib/python2.7/dist-packages/ldoce5viewer/qtgui/main.py", line 35, in
from . import indexer
File "/usr/local/lib/python2.7/dist-packages/ldoce5viewer/qtgui/indexer.py", line 29, in
from .ui.indexer import Ui_Dialog
ImportError: cannot import name Ui_Dialog

@linluc
Copy link

linluc commented Aug 5, 2017

Seems like some Qt packages are missing. Running ldoce5viewer on Mint 18.1 (which is based on Ubuntu 16.04) with python 2.7 here and everything works, including the sound. Make sure all libs mentioned in README.md are installed. To make the sound work I also had to install "phonon-qt4".

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

2 participants