I set up an Intrepid virtualbox for testing.  The current patch does not
fix the issue.  In fact, gourmet now crashes on startup:

Traceback (most recent call last):
  File "/usr/bin/gourmet", line 35, in <module>
    gourmet.GourmetRecipeManager.startGUI()
  File "/usr/share/gourmet/GourmetRecipeManager.py", line 708, in startGUI
    r=RecGui(splash_label=splash.label)
  File "/usr/share/gourmet/GourmetRecipeManager.py", line 1164, in __init__
    GourmetApplication.__init__(self, splash_label=splash_label)
  File "/usr/share/gourmet/GourmetRecipeManager.py", line 112, in __init__
    self.setup_recipes() # Setup recipe database
  File "/usr/share/gourmet/GourmetRecipeManager.py", line 201, in setup_recipes
    self.rd = recipeManager.default_rec_manager()
  File "/usr/share/gourmet/recipeManager.py", line 128, in default_rec_manager
    return RecipeManager(**dbargs)
  File "/usr/share/gourmet/backends/db.py", line 1475, in __init__
    RecData.__init__(self,*args,**kwargs)
  File "/usr/share/gourmet/backends/db.py", line 150, in __init__
    self.update_version_info(gourmet.version.version)
  File "/usr/share/gourmet/backends/db.py", line 432, in update_version_info
    self.backup_db()
  File "/usr/share/gourmet/backends/db.py", line 380, in backup_db
    shutil.copy(self.filename,backup_file_name) # Make a backup...            
NameError: global name 'shutil' is not defined

-- 
Upgrading from 0.13.x to 0.14.0 wipes out ingredient database
https://bugs.launchpad.net/bugs/291353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to