Results 1 to 10 of 10

Thread: gourmet won't start in 10.10

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Toronto, ON, Canada
    Beans
    29
    Distro
    Xubuntu

    Red face gourmet won't start in 10.10

    Just upgraded to 10.10 and now gourmet won't start. Running in terminal gives:
    Code:
    brashley46@ross-desktop:~$ gourmet
    /usr/share/gourmet/gourmet/backends/db.py:294: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
      Column('image',Binary(),**{}),
    /usr/share/gourmet/gourmet/backends/db.py:295: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
      Column('thumb',Binary(),**{}),
    Traceback (most recent call last):
      File "/usr/bin/gourmet", line 35, in <module>
        gourmet.GourmetRecipeManager.startGUI()
      File "/usr/share/gourmet/gourmet/GourmetRecipeManager.py", line 715, in startGUI
        r=RecGui(splash_label=splash.label)
      File "/usr/share/gourmet/gourmet/GourmetRecipeManager.py", line 917, in __init__
        GourmetApplication.__init__(self, splash_label=splash_label)
      File "/usr/share/gourmet/gourmet/GourmetRecipeManager.py", line 114, in __init__
        self.setup_recipes() # Setup recipe database
      File "/usr/share/gourmet/gourmet/GourmetRecipeManager.py", line 204, in setup_recipes
        self.rd = recipeManager.default_rec_manager()
      File "/usr/share/gourmet/gourmet/recipeManager.py", line 131, in default_rec_manager
        return get_recipe_manager(**dbargs)
      File "/usr/share/gourmet/gourmet/recipeManager.py", line 126, in get_recipe_manager
        return RecipeManager(**args)
      File "/usr/share/gourmet/gourmet/backends/db.py", line 1742, in __init__
        self.km = keymanager.get_keymanager(rm=self)
      File "/usr/share/gourmet/gourmet/keymanager.py", line 531, in get_keymanager
        return KeyManager(*args,**kwargs)
      File "/usr/share/gourmet/gourmet/keymanager.py", line 40, in __init__
        self.initialize_categories()
      File "/usr/share/gourmet/gourmet/keymanager.py", line 81, in initialize_categories
        for k in self.rm.get_unique_values('ingkey',self.rm.ingredients_table,deleted=False):
      File "/usr/share/gourmet/gourmet/backends/db.py", line 797, in get_unique_values
        if not table: table=self.recipe_table
      File "/usr/lib/python2.6/dist-packages/sqlalchemy/sql/expression.py", line 1296, in __nonzero__
        raise TypeError("Boolean value of this clause is not defined")
    TypeError: Boolean value of this clause is not defined
    brashley46@ross-desktop:~$
    What can be done about this?

  2. #2
    Join Date
    Dec 2008
    Location
    Toronto, ON, Canada
    Beans
    29
    Distro
    Xubuntu

    Thumbs down Re: gourmet won't start in 10.10

    I uninstalled it, went to Sourceforge and downloaded and installed the gourmet_0.15.6-2_all.deb package - it works.

  3. #3
    Join Date
    Jan 2006
    Location
    Vancouver, Canada
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: gourmet won't start in 10.10

    Looks like a critical bug nobody noticed. I filed a bug report here:
    https://bugs.edge.launchpad.net/ubun...et/+bug/660748

  4. #4
    Join Date
    Dec 2008
    Location
    Toronto, ON, Canada
    Beans
    29
    Distro
    Xubuntu

    Re: gourmet won't start in 10.10

    Quote Originally Posted by Mr. Picklesworth View Post
    Looks like a critical bug nobody noticed. I filed a bug report here:
    https://bugs.edge.launchpad.net/ubun...et/+bug/660748
    Thanks! I did not know enough about the code to do that. I'll stick with my downloaded version until the repositories catch up.

  5. #5
    Join Date
    May 2010
    Beans
    10

    Re: gourmet won't start in 10.10

    Yeah, this is happening to me too. Frustration combined with some relief that it was not me who did something wrong.

  6. #6
    Join Date
    Dec 2008
    Location
    Toronto, ON, Canada
    Beans
    29
    Distro
    Xubuntu

    Re: gourmet won't start in 10.10

    Quote Originally Posted by gregorydillon View Post
    Yeah, this is happening to me too. Frustration combined with some relief that it was not me who did something wrong.
    As I said, though, the Sourceforge download version works just fine. So go thou and get unfrustrated. (Wanna recipe for blueberry clafouti?)


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •