[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-09-19 Thread Ubuntu QA's Bug Bot
** Tags added: testcase

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

Title:
  gourmet crashed with TypeError in __nonzero__()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gourmet/+bug/618643/+subscriptions

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-02-04 Thread Bug Watch Updater
** Changed in: gentoo
   Importance: Unknown = Critical

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package gourmet - 0.15.4-2ubuntu1.1

---
gourmet (0.15.4-2ubuntu1.1) maverick-proposed; urgency=low

  * Grab patch 02_sqlalchemy from Debian: backport fix from upstream git
for compatibility with sqlalchemy 0.6.  LP: #618643.
  * 02_sqlalchemy-bug: further patch from upstream git to fix a sqlalchemy
bug (Ctrl+Q doesn't work).
 -- Steve Langasek steve.langa...@ubuntu.com   Fri, 21 Jan 2011 16:01:37 -0800

** Changed in: gourmet (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-25 Thread Martin Pitt
Accepted gourmet into maverick-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gourmet (Ubuntu Maverick)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/gourmet

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-25 Thread Tomas Cassidy
Error when closing gourmet (maverick-proposed):

Ignoring sqlalchemy problem
Traceback (most recent call last):
  File /usr/share/gourmet/gourmet/backends/db.py, line 223, in save
self.db.commit()
  File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/threadlocal.py, 
line 78, in commit
trans = self._connections.trans.pop(-1)
IndexError: pop from empty list

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


Re: [Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-25 Thread Steve Langasek
On Tue, Jan 25, 2011 at 12:01:02PM -, Tomas Cassidy wrote:
 Error when closing gourmet (maverick-proposed):

 Ignoring sqlalchemy problem
 Traceback (most recent call last):
   File /usr/share/gourmet/gourmet/backends/db.py, line 223, in save
 self.db.commit()
   File /usr/lib/python2.6/dist-packages/sqlalchemy/engine/threadlocal.py, 
 line 78, in commit
 trans = self._connections.trans.pop(-1)
 IndexError: pop from empty list

This is the expected behavior; note that it says 'Ignoring sqlalchemy
problem' at the top.  Indeed, this is the *improved* behavior resulting from
the second patch mentioned in the changelog - without that patch, this would
be a crash rather than merely a backtrace message, and the crash also will
happen mid-execution (not just at shutdown) due to autosave support.

So I would call this a successful verification.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-25 Thread dunc
thanks to all it now works on my machine I'm newish to this operating system 
but am getting there slowly I have it installed alongside windows 7 via the 
wubi installer which I made and ISO disc from after many nightmares and 
disasters trying to download it from the site.Maybe one day I'll go the whole 
hog and ditch Windows but not yet.
Dunc
l

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-25 Thread Steve Langasek
** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gourmet

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-21 Thread Steve Langasek
** Changed in: gourmet (Ubuntu Maverick)
   Status: Triaged = In Progress

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2011-01-21 Thread Steve Langasek
** Description changed:

  Binary package hint: gourmet
+ 
+ SRU justification: the sqlalchemy API changed between lucid and
+ maverick, and due to a lack of pre-release testing of the gourmet
+ package, gourmet is completely unusable in Ubuntu 10.10.  This SRU makes
+ the package usable again.
+ 
+ Regression potential: none; the package currently is unusable.
+ 
+ TEST CASE:
+ 1. try to launch gourmet
+ 2. get a backtrace
+ 3. upgrade to the maverick-proposed version
+ 4. try to launch gourmet again
+ 5. get a window instead of a backtrace
+ 
+ Stack trace:
+ 
+ bouncysteve@sv-eee:~$ /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
+ 
+ ProblemType: Crash
+ DistroRelease: Ubuntu 10.10
+ Package: gourmet 0.15.4-2ubuntu1
+ ProcVersionSignature: Ubuntu 2.6.35-14.20-generic 2.6.35
+ Uname: Linux 2.6.35-14-generic i686
+ Architecture: i386
+ Date: Mon Aug 16 13:16:24 2010
+ EcryptfsInUse: Yes
+ ExecutablePath: /usr/bin/gourmet
+ InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Alpha i386 
(20100803.1)
+ InterpreterPath: /usr/bin/python2.6
+ PackageArchitecture: all
+ ProcCmdline: /usr/bin/python /usr/bin/gourmet
+ ProcEnviron:
+  SHELL=/bin/bash
+  LANG=en_GB.utf8
+ PythonArgs: ['/usr/bin/gourmet']
+ SourcePackage: gourmet
+ Title: gourmet crashed with TypeError in __nonzero__()
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-12-04 Thread Shawn Sonnema
Still waiting for the fix...  here's the official PPA linked from the
Gourmet site:

https://launchpad.net/~thomas-hinkle/+archive/gourmet

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

Title:
  gourmet crashed with TypeError in __nonzero__()

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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-11-07 Thread Magnus
Does anyone know of a PPA (or something) that we can use until the fixed
package is in the official repositories?

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-11-07 Thread Someone561
Yes, I have build a ppa with gourmet taken from natty:
https://launchpad.net/~someone561/+archive/gourmet

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-11-07 Thread Magnus
Thanks, works like a charm!

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-23 Thread Steve Langasek
** Also affects: gourmet (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: gourmet (Ubuntu Maverick)
   Status: New = Triaged

** Changed in: gourmet (Ubuntu Maverick)
   Importance: Undecided = High

** Changed in: gourmet (Ubuntu Maverick)
 Assignee: (unassigned) = Steve Langasek (vorlon)

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-17 Thread Stefano Rivera
I see there's a newer version of gourmet in Debian which already fixes
this. I'll look at a merge...

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-17 Thread Brian Murray
** Tags added: patch

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package gourmet - 0.15.6-1ubuntu1

---
gourmet (0.15.6-1ubuntu1) natty; urgency=low

  * Merge from Debian unstable (LP: #618643), remaining changes:
- debian/patches/03_dont_remove_nonexistent_plugin.patch: don't remove an
  inactive plugin in plugin_loader.py and don't deactivate a plugin from a
  non-existent database
  * Dropped changes, superseded in Debian:
- debian/control:
  + Recommend python-gtkspell for printing
- debian/patches/01_fix_raise_str.patch: don't raise str exception
  in src/lib/plugin_gui.py
- Don't set debian/pyversions to 2.5, this is obviously wrong.

gourmet (0.15.6-1) unstable; urgency=low

  * New upstream release.
  * Removed 02_sqlalchemy-bug patch included upstream.

gourmet (0.15.5-2) unstable; urgency=low

  * Patch from upstream git to fix a sqlalchemy bug (Ctrl+Q doesn't
work).

gourmet (0.15.5-1) unstable; urgency=low

  * New upstream release.
  * Removed 02_sqlalchemy patch included upstream.
  * Bump Standards-Version to 3.9.0 (no changes).

gourmet (0.15.4-4) unstable; urgency=low

  * New patch (02_sqlalchemy) from upstream git to fix sqlalchemy 0.6 bugs
(Closes: #585009 #585093).
  * Added python-gtkspell in recommends. Thsi package is needed if the
spellcheck plugin is enabled. (Closes: #586881).
  * Seems to works with python-pysqlite2 and thus remove the conflicts for
this package (Closes: #586880).

gourmet (0.15.4-3) unstable; urgency=low

  * Don't set a python version in debian/pyversions (Closes: 584834).
  * Don't raise str exception in src/lib/plugin_gui.py (Closes: 584833)
thanks to Steve Langasek for the patch.
 -- Stefano Rivera stefa...@ubuntu.com   Sun, 17 Oct 2010 20:26:17 +0200

** Changed in: gourmet (Ubuntu)
   Status: Confirmed = Fix Released

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-15 Thread Someone561

** Patch added: Updated Version of the pacth; now against natty and a better 
changelog text
   
https://bugs.launchpad.net/ubuntu/+source/gourmet/+bug/618643/+attachment/1695440/+files/gourmet_0.15.4-2ubuntu2.debdiff

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-15 Thread Bug Watch Updater
** Changed in: gentoo
   Status: Unknown = Fix Released

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-13 Thread Someone561
I can confirm this bug. On the Gentoo bugzilla is a simple patch for this: 
http://bugs.gentoo.org/show_bug.cgi?id=317555
Change the in line 797 of /usr/share/gourmet/gourmet/backends/db.py from not 
table to table is None fix the Problem.

** Bug watch added: Gentoo Bugzilla #317555
   http://bugs.gentoo.org/show_bug.cgi?id=317555

** Changed in: gourmet (Ubuntu)
   Status: New = Confirmed

** Also affects: gentoo via
   http://bugs.gentoo.org/show_bug.cgi?id=317555
   Importance: Unknown
   Status: Unknown

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-10-13 Thread Someone561

** Patch added: gourmet_0.15.4-2ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gourmet/+bug/618643/+attachment/1691543/+files/gourmet_0.15.4-2ubuntu2.debdiff

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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


[Bug 618643] Re: gourmet crashed with TypeError in __nonzero__()

2010-09-07 Thread Steve Holmes
** Visibility changed to: Public

-- 
gourmet crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/618643
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