Your message dated Wed, 28 Jun 2006 16:52:39 -0700
with message-id <[EMAIL PROTECTED]>
and subject line deskbar-applet needs python 2.4 but depends on python 2.3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: deskbar-applet
Version: 0.5.0-2
Severity: grave
Justification: renders package unusable

Hello,

when I try to start deskbar-applet the normal way (right-click on the
panel, add-to-panel) nothing happens. Then I tried to start
deskbar-applet the unusual way and got this:

Script wurde gestartet: Sa 08 Okt 2005 23:55:43 CEST
[EMAIL PROTECTED]:~$ /usr/lib/deskbar-applet --window
Running installed deskbar, using normal PYTHONPATH
Data Dir: /usr/share/deskbar-applet
Starting .desktop file indexation
[snip]
        Done !
Starting ephy bookmarks indexation
        Done !
Starting .gtkbookmarks file indexation
        Done !
Traceback (most recent call last):
  File "/usr/lib/deskbar-applet", line 84, in ?
    build_window()
  File "/usr/lib/deskbar-applet", line 45, in build_window
    applet_factory(applet, None)
  File "/usr/lib/deskbar-applet", line 34, in applet_factory
    deskbar.applet.DeskbarApplet(applet)
  File "/usr/lib/python2.3/site-packages/deskbar/applet.py", line 9, in __init__
    self.entry = deskbar.deskbarentry.DeskbarEntry()
  File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 54, in 
__init__
    self._handlers = self._load_handlers()
  File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 94, in 
_load_handlers
    return [
  File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", line 28, 
in __init__
    parser = MozillaBookmarksParser(self)
  File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", line 58, 
in __init__
    self.bookmarks = set()
NameError: global name 'set' is not defined

I found a patch here: 
http://raphael.slinckx.net/blog/index.php/2005-10-02/deskbar-applet-hotness#comment-191
but then:

[EMAIL PROTECTED]:~$ /usr/lib/deskbar-applet --window
Running installed deskbar, using normal PYTHONPATH
Data Dir: /usr/share/deskbar-applet
Starting .desktop file indexation
[snip]
        Done !
Starting ephy bookmarks indexation
        Done !
Starting .gtkbookmarks file indexation
        Done !
Starting mozilla/ff bookmarks indexation
Traceback (most recent call last):
  File "/usr/lib/deskbar-applet", line 84, in ?
    build_window()
  File "/usr/lib/deskbar-applet", line 45, in build_window
    applet_factory(applet, None)
  File "/usr/lib/deskbar-applet", line 34, in applet_factory
    deskbar.applet.DeskbarApplet(applet)
  File "/usr/lib/python2.3/site-packages/deskbar/applet.py", line 9, in __init__
    self.entry = deskbar.deskbarentry.DeskbarEntry()
  File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 54, in 
__init__
    self._handlers = self._load_handlers()
  File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 94, in 
_load_handlers
    return [
  File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", line 33, 
in __init__
    parser = MozillaBookmarksParser(self)
  File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", line 70, 
in __init__
    self._index_firefox()
  File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", line 
116, in _index_firefox
    self.feed(file(bookmarks_file).read())
  File "/usr/lib/python2.3/HTMLParser.py", line 108, in feed
    self.goahead(0)
  File "/usr/lib/python2.3/HTMLParser.py", line 150, in goahead
    k = self.parse_endtag(i)
  File "/usr/lib/python2.3/HTMLParser.py", line 329, in parse_endtag
    self.handle_endtag(tag.lower())
  File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", line 
139, in handle_endtag
    loader.write(base64.b64decode(content))
AttributeError: 'module' object has no attribute 'b64decode'
[EMAIL PROTECTED]:~$ 
Script beendet: Sa 08 Okt 2005 23:56:27 CEST

When you compare http://python.org/doc/2.3.5/lib/module-base64.html and
http://python.org/doc/2.4.2/lib/module-base64.html you see that the
base64-module in python 2.3 has no b64decode while python 2.4 has.

Best regards
Björn

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages deskbar-applet depends on:
ii  libatk1.0-0                   1.10.1-2   The ATK accessibility toolkit
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libglib2.0-0                  2.8.1-1    The GLib library of C routines
ii  libgtk2.0-0                   2.8.3-1    The GTK+ graphical user interface 
ii  libpango1.0-0                 1.10.0-2   Layout and rendering of internatio
ii  python                        2.3.5-3    An interactive high-level object-o

deskbar-applet recommends no packages.

-- no debconf information

-- 
BOFH excuse #311:

transient bus protocol violation


--- End Message ---
--- Begin Message ---
Version: 2.14.1.1-4

> pathprograms module in deskbar-applet uses subprocess, which is only
> available in python2.4, but the deskbar-applet depends on python2.3.

> Thus the pathprograms module will not get loaded.  

The current version of deskbar-applet depends on python2.4 versions of its
dependencies explicitly, so this bug is once again not present in the
current package.

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.
[EMAIL PROTECTED]                                   http://www.debian.org/

--- End Message ---

Reply via email to