Package: gourmet
Version: 0.15.6-1
Severity: normal
I still have this problem: see the attached file.
Regards,
Carlo
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gourmet depends on:
ii python 2.6.5-11 interactive high-level object-orie
ii python-central 0.6.14+nmu2 register and build utility for Pyt
ii python-glade2 2.17.0-3+b1 GTK+ bindings: Glade support
ii python-gtk2 2.17.0-3+b1 Python bindings for the GTK+ widge
ii python-imaging 1.1.7-2 Python Imaging Library
ii python-poppler 0.12.1-1+b1 Poppler Python bindings
ii python-reportlab 2.4-1 ReportLab library to create PDF do
ii python-sqlalchemy 0.6.3-1 SQL toolkit and Object Relational
Versions of packages gourmet recommends:
ii python-gnome2 2.28.1-1 Python bindings for the GNOME desk
ii python-gtkspell 2.25.3-5 Python bindings for the GtkSpell l
gourmet suggests no packages.
-- no debconf information
Database older than 0.14.7 -- updating 0.14.5
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 918, 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 1756, in __init__
RecData.__init__(self,*args,**kwargs)
File "/usr/share/gourmet/gourmet/backends/db.py", line 165, in __init__
self.update_version_info(gourmet.version.version)
File "/usr/share/gourmet/gourmet/backends/db.py", line 484, in
update_version_info
self.add_column_to_table(self.recipe_table,('yields',Float(),{}))
File "/usr/share/gourmet/gourmet/backends/db.py", line 891, in
add_column_to_table
coltyp = coltyp.dialect_impl(self.db.dialect).get_col_spec()
AttributeError: 'Float' object has no attribute 'get_col_spec'