[gnome-bluetooth] problem starting gnome-bluetooth-manager
    Ben Van Mechelen 
    ben at vmechelen.net
       
    Thu Jun  9 12:00:41 BST 2005
    
    
  
Ben Van Mechelen wrote:
> Hi,
>
> When trying to start gnome-bluetooth-manager I get the following error.
> It's probably a python thing but I don't have experience with that.
>
>
> Traceback (most recent call last):
>   File "/opt/gnome-2.8/lib/python2.3/site-packages/gnomebt/manager.py",
> line 275, in ?
>     BTManager ().main ()
>   File "/opt/gnome-2.8/lib/python2.3/site-packages/gnomebt/manager.py",
> line 77, in __init__
>     self.btctl = controller.Controller()
> AttributeError: 'module' object has no attribute 'Controller'
It seems the module doesn't export any attributes:
>>> dir(controller)
['__doc__', '__file__', '__name__']
I've been looking trough the sources but python really isn't my thing.
regards
  Ben
    
    
More information about the gnome-bluetooth
mailing list