alex.b...@gmail.com
unread,Jan 22, 2017, 4:32:09 PM1/22/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mnemosyne-proj-users
Hello,
I have just tried to install mnemosyne on my new Ubuntu computer using the command:
sudo apt-get install mnemosyne.
When I try to run the programm I get the follwing message:
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/usr/bin/mnemosyne", line 155, in <module>
debug_file=options.debug_file)
File "/usr/lib/python2.7/dist-packages/mnemosyne/libmnemosyne/__init__.py", line 164, in initialise
self.register_components()
File "/usr/lib/python2.7/dist-packages/mnemosyne/libmnemosyne/__init__.py", line 215, in register_components
exec("from %s import %s" % (module_name, class_name))
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/mnemosyne/pyqt_ui/review_wdgt.py", line 5, in <module>
from PyQt4 import QtCore, QtGui, QtWebKit
ImportError: cannot import name QtWebKit
Does someone know, what to do?
Alex