Thanks. I tried that. Now I get this error:
Traceback (innermost last):
File "/usr/local/bin/mnemosyne", line 4, in <module>
__import__('pkg_resources').run_script('Mnemosyne==2.4.1', 'mnemosyne')
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 719, in
run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1511,
in run_script
exec(script_code, namespace, namespace)
File
"/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4.1-py3.5.egg/EGG-INFO/scripts/mnemosyne",
line 138, in <module>
ImportError: cannot import name 'QtWebEngineWidgets'
On Sunday, February 5, 2017 at 11:49:44 AM UTC+5:45, Peter Bienstman wrote:
> Sudo pip3 install PyQt5 is your friend ☺
>
>
>
> Cheers,
>
>
>
> Peter
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> From: [email protected]
>
> Sent: 5 Feb 2017 06:59
>
> To: mnemosyne-proj-users
>
> Subject: [mnemosyne-proj-users] Re: Mnemosyne 2.4.1 released
>
>
>
>
>
>
>
>
> 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.1', 'mnemosyne')
>
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 719,
> in run_script
>
> self.require(requires)[0].run_script(script_name, ns)
>
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1511,
> in run_script
>
> exec(script_code, namespace, namespace)
>
> File
> "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4.1-py3.5.egg/EGG-INFO/scripts/mnemosyne",
> line 138, 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.1', 'mnemosyne')
>
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 719,
> in run_script
>
> self.require(requires)[0].run_script(script_name, ns)
>
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1511,
> in run_script
>
> exec(script_code, namespace, namespace)
>
> File
> "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4.1-py3.5.egg/EGG-INFO/scripts/mnemosyne",
> line 138, in <module>
>
> ImportError: cannot import name 'QtWebEngineWidgets'
>
>
>
> On Tuesday, January 31, 2017 at 12:23:55 AM UTC+5:45, Peter Bienstman wrote:
>
> > http://mnemosyne-proj.org/download-mnemosyne.php
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > (Sourceforge , where the downloads are hosted, seems to be having some
> > issues, but I guess those will be resolved soon...)
>
> >
>
> >
>
> >
>
> >
>
> > (Note for Windows 7 users: if you run into problems related to
>
> >
>
> > missing api-ms-win-crt-runtime-l1-1-0-dll make sure your machine
>
> >
>
> > has the latest Windows patches and/or download this:
>
> >
>
> >
>
> >
>
> >
>
> > https://www.microsoft.com/en-us/download/details.aspx?id=48145
>
> >
>
> >
>
> >
>
> >
>
> > This might also help with other hard crashes.
>
> >
>
> >
>
> >
>
> >
>
> > Additionally, if you see a black screen, start Mnemosyne with the
>
> >
>
> > --qt-opengl=desktop command line argument.)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > Mnemosyne 2.4.1 : 2017-01-30
>
> >
>
> >
>
> >
>
> >
>
> > -Updated to PyQt 5.7.1.
>
> >
>
> > -Fix broken cramming plugin (reported by stevengeorg).
>
> >
>
> > -Fix encoding problems with import and export (reported by register2,
>
> >
>
> > MarcoP, abacus).
>
> >
>
> > -Improve subdirectory handling (reported by abacus, duncantaylor).
>
> >
>
> > -Make configuration storing more thread-safe.
>
> >
>
> > -Warn if an old plugin needs to be updated.
>
> >
>
> > -Location and size of 'Add cards' window is saved again (reported by
>
> >
>
> > David Schuler).
>
> >
>
> > -Fix removing tags through card browser (reported by bvauquelin).
>
> >
>
> > -Fix loss of keyboard focus when switching back to the main window
>
> >
>
> > (reported by Jan Egil Hagen and Dan Schmidt).
>
> >
>
> > -Fixed crash in card browser when working with forbidden tags
>
> >
>
> > (reported by Benjamin Brueck).
>
> >
>
> > -Fix autoscaling of Q and A sometimes not working under Linux.
>
> >
>
> > -Fix error related missing idna encoding when starting server
>
> >
>
> > (reported by Andrea Giordano).
>
> >
>
> > -Fix error related to upgrading from very old databases (reported by
>
> >
>
> > David Schuler)
>
> >
>
> > -Fix for latest version of cherrypy unbundling its WSGIserver
>
> >
>
> > (reported by Aramís Concepción Durán).
>
> >
>
> > -New command line option "--qt-opengl" which can be set to either
>
> >
>
> > 'desktop', 'angle' or 'software', which you can play around with if
>
> >
>
> > you have display issues.
>
>
>
> --
>
> 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/af316671-e405-456f-af16-0dc4b4ad93f5%40googlegroups.com.
>
> 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/8baf5134-50f0-48f0-9fa8-7b10013d9809%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.