Mnemosyne crashes on startup

Bug #1673828 reported by Gregory Dolan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
The Mnemosyne Project
Fix Released
Undecided
Unassigned

Bug Description

When I start Mnemosyne on Linux it crashes and says this:

An unexpected error has occurred.
Please forward the following info to the developers:

Traceback (innermost last):
  File "/usr/bin/mnemosyne", line 247, in <module>
    debug_file=options.debug_file)
  File "/usr/lib/python3.6/site-packages/mnemosyne/libmnemosyne/__init__.py", line 212, in initialise
    self.load_database(filename)
  File "/usr/lib/python3.6/site-packages/mnemosyne/libmnemosyne/__init__.py", line 338, in load_database
    self.database().load(path)
  File "/usr/lib/python3.6/site-packages/mnemosyne/libmnemosyne/databases/SQLite.py", line 365, in load
    self.create_media_dir_if_needed()
  File "/usr/lib/python3.6/site-packages/mnemosyne/libmnemosyne/databases/SQLite_media.py", line 42, in create_media_dir_if_needed
    except WindowsError:
 NameError: name 'WindowsError' is not defined

description: updated
Revision history for this message
Peter Bienstman (peter-bienstman) wrote :

In line 42 in SQLite_media.py, please replace WindowsError by OSError.

Changed in mnemosyne-proj:
status: New → Fix Committed
Changed in mnemosyne-proj:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.