Results 1 to 10 of 10

Thread: gourmet won't start in 10.10

  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?)


  7. #7
    Join Date
    Oct 2010
    Beans
    1

    Re: gourmet won't start in 10.10

    It's the same TypeError when using griffith for searching my movie database. So I think it has something to do with sqlalchemy. I found some threads on the internet:

    http://www.linuxquestions.org/questi...0-10-a-841196/
    http://forum.griffith.cc/index.php?topic=1099.0
    http://forum.ubuntuusers.de/topic/du.../#post-2667070 (my german griffith-thread)

    But they have no other solutions...
    Last edited by Killerkaninchen; October 31st, 2010 at 02:17 PM.

  8. #8
    Join Date
    Feb 2010
    Beans
    35

    Re: gourmet won't start in 10.10

    Not for me =(. would definitely like a solution here. I am regretting not using 'cookbooks' right now...

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

    Re: gourmet won't start in 10.10

    Quote Originally Posted by labatts View Post
    Not for me =(. would definitely like a solution here. I am regretting not using 'cookbooks' right now...
    Go to http://sourceforge.net/projects/grec...l.deb/download and download the latest version, works for me; or wait for the Ubuntu repository to be updated per this thread: bugs.edge.launchpad.net/ubuntu/+source/gourmet/+bug/618643

  10. #10
    Join Date
    Feb 2007
    Location
    Sebring, Florida USA
    Beans
    184

    Re: gourmet won't start in 10.10

    Fedora had the same difficulty with the release of Fedora 14. It's a compatibility problem with the gourmet software itself. U-10.10 has libraries the current version of gourmet was not designed for. It doesn't mean gourmet is a bad app. It just means Ubuntu is only offering an older version that doesn't work with the new libraries. The way to fix it is to get a more recent release. Use the version at sourceforge. The repositories will eventually catch up.

    Here's a direct link:

    http://sourceforge.net/projects/grec.../files/0.15.6/
    Last edited by Trapper; January 2nd, 2011 at 04:56 PM.
    Control is a wonderful thing ... but only if you have your own.
    LM13 with MATE DE on:
    BioStar MCP6P-M2 Motherboard * NVIDIA GeForce 6150/nForce 430 Video * AMD Sempron LE1100 1.9GHZ CPU * 2GB RAM * 160 GB SATA2 HD * 320 GB IDE HD

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
  •