[gnome-bluetooth] gnome-bluetooth-manager python error

pHilipp Zabel pzabel at gmx.de
Fri Jun 11 11:31:58 BST 2004


Hi!

gnome-bluetooth-manager doesn't work on my Debian/unstable system:

$ gnome-bluetooth-manager
Fatal Python error: can't initialise module controller
Abgebrochen

It seems that python is searching for a btctl module
(that cannot be found):

$ strace gnome-bluetooth-manager
...
stat64("/usr/lib/python2.3/site-packages/gnomebt/btctl", 0xbfffe290) =
-1 ENOENT (No such file or directory)
...
open("/usr/lib/python2.3/site-packages/Numeric/btctl.pyc",
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
write(2, "Fatal Python error: can\'t initia"..., 55Fatal Python error:
can't initialise module controller
) = 55
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(4940, 4940, SIGABRT)             = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++

$ find /usr/lib/python2.3 -name *btctl* | wc -l
0

$ dpkg -l gnome-bluetooth libbtctl1 libbluetooth1
...
ii  gnome-bluetooth 0.5-1           GNOME Bluetooth tools.
ii  libbtctl1       0.4-1           GObject Bluetooth library
ii  libbluetooth1   2.7-2           Library to use the BlueZ L

What have I done wrong?

greetings
pHilipp




More information about the gnome-bluetooth mailing list