Thread: ankimaemi 0.0.3
View Single Post
Posts: 111 | Thanked: 23 times | Joined on Sep 2008 @ Singapore
#18
Hi, I installed it successfully. When I run ankimaemi from xterm, ankimaemi starts up fine, but when I open a deck of (sample) cards, ankimaemi does not react at all (still shows 0 cards). I see the follow error messages output to the xterm. Any help please? Thank you!

user@~> ankimaemi
python[3947]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x3c4660, (null), (null), 1)
/usr/lib/ankimaemi/ankimaemi.py:264: GtkWarning: gtk_tree_model_filter_row_has_child_toggled: assertion `elt->visible' failed
rep=selector.run()
Traceback (most recent call last):
File "/usr/lib/ankimaemi/ankimaemi.py", line 269, in choose_deck
self.replace_deck_with_file(a)
File "/usr/lib/ankimaemi/ankimaemi.py", line 496, in replace_deck_with_file
self.update_recent_menu(self.DECK_PATH)
File "/usr/lib/ankimaemi/ankimaemi.py", line 217, in update_recent_menu
self.set_recent_menu()
File "/usr/lib/ankimaemi/ankimaemi.py", line 222, in set_recent_menu
self.conf_client.set_string("/apps/anki/general/deck_path_history%d"%i, self.recent_decks[i])
TypeError: GConfClient.set_string() argument 2 must be string, not None