Comment 2 for bug 665056

Revision history for this message
Susan Cragin (susancragin) wrote :

I uninstalled and re-installed kabikaboo using synaptic, being careful to do a complete removal. Then I re-installed and try to run it. This is what I got.

:~$ kabikaboo
Improper shutdown detected...
Traceback (most recent call last):
  File "/usr/share/kabikaboo/src/kabikaboo.py", line 3176, in <module>
    editor.initialize_interface()
  File "/usr/share/kabikaboo/src/kabikaboo.py", line 65, in initialize_interface
    self.open_file_on_startup()
  File "/usr/share/kabikaboo/src/kabikaboo.py", line 1203, in open_file_on_startup
    file_opened, opened_document = self.file.open(self.document)
  File "/usr/share/kabikaboo/src/file.py", line 97, in open
    return self.load_last_saved()
  File "/usr/share/kabikaboo/src/file.py", line 106, in load_last_saved
    return self.load_from_file_pickle(self.working_file)
  File "/usr/share/kabikaboo/src/file.py", line 288, in load_from_file_pickle
    return result, document
UnboundLocalError: local variable 'document' referenced before assignment