Package Details: mnemosyne 2.11-3

Git Clone URL: https://aur.archlinux.org/mnemosyne.git (read-only, click to copy)
Package Base: mnemosyne
Description: A flash-card tool with a sophisticated card review algorithm
Upstream URL: https://www.mnemosyne-proj.org
Keywords: Anki flashcard learn memorize
Licenses: LGPL-3.0-only AND LicenseRef-AGPL-3.0-Attribution
Submitter: wide-eyed
Maintainer: J5lx
Last Packager: J5lx
Votes: 85
Popularity: 0.000033
First Submitted: 2007-11-04 20:08 (UTC)
Last Updated: 2024-04-09 11:27 (UTC)

Dependencies (21)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

<deleted-account> commented on 2016-12-20 23:26 (UTC)

@Ichimonji10 "pip3 install --user image" installed 3 packages: django-1.10.4 image-1.5.5 pillow-3.4.2; I uninstalled them manually and tried python-pillow package instead. Everything still works good now and I don't have that error on "Browse Cards" button you have. So, it must be something else going on. The only thing I did before installing python-pillow is to uninstall django, image, and pillow with "pip uninstall ..."

jaudet commented on 2016-12-20 22:57 (UTC) (edited on 2016-12-20 23:11 (UTC) by jaudet)

@smls, thanks for the fix! Mnemosyne no longer suffers from the error I outlined. I now suffer from the same error described by @bialou: PIL (python imaging library) is not installed. The suggested solution is to install image with pip. I *think* a more generic solution is to install the python-pillow package with pacman. It works well enough to let mnemosyne start. Edit: I'm now suffering from a new issue. It's probably an issue with mnemosyne itself. @smls, can you take a look, and let the maintainers know about it if appropriate? This error log pops up when I press the "Browse cards" button. http://i.imgur.com/Ekie5SU.png

<deleted-account> commented on 2016-12-20 06:16 (UTC)

@hongleong: Installing it manually "pip3 install --user image" takes care of that problem. Hopefully, this can be fixed correctly later. Thank you, for help.

hongleong commented on 2016-12-20 03:28 (UTC)

@bialou: pip3 install --user image

<deleted-account> commented on 2016-12-20 03:03 (UTC)

mnemosyne 2.4-2 fails to start. /usr/bin/python ==> Python 3.5.2 --------------------------------------------------- ~]$ mnemosyne libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: known incorrect sRGB profile QIODevice::write (QProcess): device not open An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/bin/mnemosyne", line 229, in <module> debug_file=options.debug_file) File "/usr/lib/python3.5/site-packages/mnemosyne/libmnemosyne/__init__.py", line 234, in initialise self.main_widget().activate() File "/usr/lib/python3.5/site-packages/mnemosyne/pyqt_ui/main_wdgt.py", line 52, in activate self.start_review() File "/usr/lib/python3.5/site-packages/mnemosyne/libmnemosyne/component.py", line 121, in start_review self.review_controller().reset() File "/usr/lib/python3.5/site-packages/mnemosyne/libmnemosyne/review_controllers/SM2_controller.py", line 62, in reset self.show_new_question() File "/usr/lib/python3.5/site-packages/mnemosyne/libmnemosyne/review_controllers/SM2_controller.py", line 123, in show_new_question self.update_dialog() File "/usr/lib/python3.5/site-packages/mnemosyne/libmnemosyne/review_controllers/SM2_controller.py", line 200, in update_dialog self.update_qa_area(redraw_all) File "/usr/lib/python3.5/site-packages/mnemosyne/libmnemosyne/review_controllers/SM2_controller.py", line 237, in update_qa_area w.clear_answer() File "/usr/lib/python3.5/site-packages/mnemosyne/pyqt_ui/review_wdgt.py", line 248, in clear_answer self.update_stretch_factors() File "/usr/lib/python3.5/site-packages/mnemosyne/pyqt_ui/review_wdgt.py", line 145, in update_stretch_factors self.estimate_height(self.question_text) File "/usr/lib/python3.5/site-packages/mnemosyne/pyqt_ui/review_wdgt.py", line 114, in estimate_height from PIL import Image ImportError: No module named 'PIL' -------------------------------------

smls commented on 2016-12-16 12:21 (UTC)

@Ichimonji10 It turns out `qt5-webengine` needed to be explicitly specified as a dependency. The package has been updated. (I thought `python-pyqt5` pulls in all the Qt stuff, but apparently Qt is more modular now than it was during Qt4 times.)

smls commented on 2016-12-16 11:57 (UTC)

@Ichimonji10 It starts fine for me. Maybe I forgot to explicitly specify a dependency or something? Please ensure that your Arch Linux is fully upgraded, and that /usr/bin/python points to python3. Meanwhile, I'll try to investigate the issue on my end.

jaudet commented on 2016-12-15 18:40 (UTC)

The current version of mnemosyne fails to start. Downgrading to version 2.3.6 (git checksum a35a25f) allows mnemosyne to start. See: http://pastebin.com/LRcq7Epx

smls commented on 2016-05-19 02:55 (UTC)

@marmistrz Sorry about that. Fixed now.

marmistrz commented on 2016-05-18 13:06 (UTC)

The md5sum check fails as of 2016-05-18.