Hi, I'm on
~]$ cat /proc/version
Linux version 3.10.0-123.13.2.el7.x86_64 (
bui...@kbuilder.dev.centos.org) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Thu Dec 18 14:09:13 UTC 2014
and I get this error:
~]$ mnemosyne
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/usr/bin/mnemosyne", line 4, in <module>
__import__('pkg_resources').run_script('Mnemosyne==2.3.1', 'mnemosyne')
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 696, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1621, in run_script
exec(script_code, namespace, namespace)
File "/usr/lib/python2.7/site-packages/Mnemosyne-2.3.1-py2.7.egg/EGG-INFO/scripts/mnemosyne", line 191, in <module>
File "build/bdist.linux-x86_64/egg/mnemosyne/libmnemosyne/__init__.py", line 172, in initialise
self.register_components()
File "build/bdist.linux-x86_64/egg/mnemosyne/libmnemosyne/__init__.py", line 242, in register_components
exec("from %s import %s" % (module_name, class_name))
File "<string>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/mnemosyne/pyqt_ui/review_wdgt.py", line 5, in <module>
ImportError: cannot import name QtWebKit
Any thoughts? As far as I can tell I have downloaded and installed all the dependencies listed in the README, but I'm still learning here.