when I execute in ubuntu python3 (and this works fine if I have a small MDB file with one table) ``` records = io.read_mdb(db_file_path) # only file path, no file objects next(records) ``` ``` read: Is a directory Couldn't read first page. Couldn't open database. ```