Hi, Ubuntu doesn’t seem to package webenginewidgets yet, but as far as I know you can install them through ‘sudo pip3 install PyQt5’.
Cheers, Peter From: [email protected] [mailto:[email protected]] On Behalf Of eyeorama Sent: 07 December 2016 01:15 To: mnemosyne-proj-users <[email protected]> Subject: [mnemosyne-proj-users] Mn 2.4 Install Problems on Ubuntu Hi all, I have mnemosyne synced between my Android phone and my Ubuntu 16.04 LTS machine, and after the Android update (to version 1.1) last night I can't sync due to mismatched versions. I downloaded the Mnemosyne 2.4 tarball, and made sure I had all the dependencies installed, and everything seemed to go okay. But when I tested the installation, I got the following errors: An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 4, in <module> __import__('pkg_resources').run_script('Mnemosyne==2.4', 'mnemosyne') File "/usr/local/lib/python3.5/dist-packages/setuptools-30.2.0-py3.5.egg/pkg_resources/__init__.py", line 739, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/local/lib/python3.5/dist-packages/setuptools-30.2.0-py3.5.egg/pkg_resources/__init__.py", line 1501, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4-py3.5.egg/EGG-INFO/scripts/mnemosyne", line 132, in <module> ImportError: cannot import name 'QtWebEngineWidgets' An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 4, in <module> __import__('pkg_resources').run_script('Mnemosyne==2.4', 'mnemosyne') File "/usr/local/lib/python3.5/dist-packages/setuptools-30.2.0-py3.5.egg/pkg_resources/__init__.py", line 739, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/local/lib/python3.5/dist-packages/setuptools-30.2.0-py3.5.egg/pkg_resources/__init__.py", line 1501, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4-py3.5.egg/EGG-INFO/scripts/mnemosyne", line 132, in <module> ImportError: cannot import name 'QtWebEngineWidgets' Any idea what the problem could be? Thanks much, John A -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/cab5d35e-d814-40e9-8d29-bb5b41c7f013%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/cab5d35e-d814-40e9-8d29-bb5b41c7f013%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/650f85f23d1e4216adb12cbcab25ba38%40xmail102.UGent.be. For more options, visit https://groups.google.com/d/optout.
