Package: python2.3-dbus
Followup-For: Bug #346491
Is the problem just the function decorators? It's quite simple to
replace:
@decor
def foo(...):
...
with:
def foo(...):
...
foo = decor(foo)
Not having D-BUS working with the default Python causes lots of
problems with non-Debian packages. The following broke after I upgraded
today:
- ROX-Session (can't even log in!)
- Keyboard (http://roxos.sunsite.dk/dev-contrib/guido/Configure/)
- Mouse
- LookAndFeel (http://rox.sourceforge.net/desktop/LookAndFeel)
Thanks,
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3talex
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]