Looks like your Mnemosyne files are stored on an external drive which is mounted with the wrong permissions. I don't know what OS you're running, but guessing Ubuntu or some other Debian-based system. You could try the brute force "chown -R federico:federico /media/federico", but it might be better to fix the ACL permissions as detailed in this Ask Ubuntu answer: https://askubuntu.com/a/810181/318742
On 15 July 2018 at 15:34, <[email protected]> wrote: > 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 179, in initialise > > self.load_database(filename) > > File "/usr/lib/python2.7/dist-packages/mnemosyne/libmnemosyne/__init__.py", > line 293, in load_database > > self.database().new(path) > > File "/usr/lib/python2.7/dist-packages/mnemosyne/ > libmnemosyne/databases/SQLite.py", line 292, in new > > self.create_media_dir_if_needed() > > File "/usr/lib/python2.7/dist-packages/mnemosyne/ > libmnemosyne/databases/SQLite_media.py", line 39, in > create_media_dir_if_needed > > os.makedirs(media_dir) > > File "/usr/lib/python2.7/os.py", line 150, in makedirs > > makedirs(head, mode) > > File "/usr/lib/python2.7/os.py", line 150, in makedirs > > makedirs(head, mode) > > File "/usr/lib/python2.7/os.py", line 157, in makedirs > > mkdir(name, mode) > > OSError: [Errno 13] Permiso denegado: '/media/federico/ > F45A96EC5A96AABE/Mnemosyne-2.6' > > -- > 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/ad42ac53-27b8-4b95-a66f- > 93fc31cc396d%40googlegroups.com > <https://groups.google.com/d/msgid/mnemosyne-proj-users/ad42ac53-27b8-4b95-a66f-93fc31cc396d%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/CAO-0pXCvf0EUwauypsjMVwwnFfjchu1mOACTQ5dRGbpnKTLSSA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
