Package: fuss-launcher
Version: 0.5-1
Severity: important
Tags: patch

--- Please enter the report below this line. ---

Hello,

$fuss-launcher
Traceback (most recent call last):
  File "/usr/bin/fuss-launcher", line 42, in <module>
    ui.run_launcher(opts)
File "/usr/lib/pymodules/python2.6/fusslauncher/ui.py", line 649, in run_launcher
    launcher = Launcher()
File "/usr/lib/pymodules/python2.6/fusslauncher/ui.py", line 332, in __init__
    self.engine = fusslauncher.Engine()
File "/usr/lib/pymodules/python2.6/fusslauncher/engine.py", line 331, in __init__
    self.db = Database(axi.XAPIANINDEX, filter=xapian.Query("XD"))
File "/usr/lib/pymodules/python2.6/fusslauncher/engine.py", line 93, in __init__
    except InvalidArgumentError:
NameError: global name 'InvalidArgumentError' is not defined

I am not familiar with python but I managed to fix it somehow:

--- /usr/share/pyshared/fusslauncher/engine.py 2010-10-29 12:49:53.000000000 +0200
+++ engine.py   2010-12-06 08:50:03.203410589 +0100
@@ -90,7 +90,7 @@
                 lang = lang.split("_")[0]
                 self.stem = xapian.Stem(lang)
                 break
-            except InvalidArgumentError:
+            except xapian.InvalidArgumentError:
                 continue


Cheers,
Petr


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.32-5-686

Debian Release: squeeze/sid
  990 unstable        www.debian-multimedia.org
  990 unstable        unofficial.debian-maintainers.org
  990 unstable        hadret.rootnode.net
  990 unstable        ftp.cz.debian.org
  990 unstable        deb.opera.com
   90 experimental    ftp.cz.debian.org
   50 experimental    www.debian-multimedia.org
    5 experimental    hadret.rootnode.net

--- Package information. ---
Depends                (Version) | Installed
================================-+-============
python                  (>= 2.4) | 2.6.6-3+squeeze2
python-support       (>= 0.90.0) | 1.0.12
python-gtk2                      | 2.17.0-4
python-gconf                     | 2.28.1-1
python-xapian                    | 1.2.3-3
python-xdg                       | 0.19-2
apt-xapian-index       (>= 0.35) | 0.41
app-install-data                 | 2010.11.17


Package's Recommends field is empty.

Package's Suggests field is empty.





--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to