← Back to team overview

kabikaboo team mailing list archive

[Bug 773448] [NEW] kabikaboo doesnt open

 

Public bug reported:

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


need to assign some value to document in file.py, in the function
load_from_file_pickle, line 192

thanks for ur soft! bloup!

** Affects: kabikaboo
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Kabikaboo
Team, which is subscribed to Kabikaboo.
https://bugs.launchpad.net/bugs/773448

Title:
  kabikaboo doesnt open

Status in Kabikaboo:
  New

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


  need to assign some value to document in file.py, in the function
  load_from_file_pickle, line 192

  thanks for ur soft! bloup!


Follow ups

References