at bottom :-
On 11/2/13, Christopher Schramm wrote:
> Great! Another hiding layer... ;)
>
> Please go to line 26-29 and comment out the lines with try, except, and
> pass. Shift the import statement to the left. We should then observe
> what's actually failing in the KillSwitch module. It probabl
Great! Another hiding layer... ;)
Please go to line 26-29 and comment out the lines with try, except, and
pass. Shift the import statement to the left. We should then observe
what's actually failing in the KillSwitch module. It probably has
something to do with HAL support.
--
To UNSUBSCRIBE, e
> File
> "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py",
> line 50, in on_load
> self.Manager = _KillSwitch.Manager()
> NameError: global name '_KillSwitch' is not defined
>
> Hopefully you have found what is wrong yet or if not would guide me.
Perfect! I'll have a
at bottom :-
On 11/1/13, Christopher Schramm wrote:
>> File
>> "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py",
>> line 50
>> self.Manager = _KillSwitch.Manager()
>> ^
>> IndentationError: unexpected indent
>
> -.- Python...
>
> You need to remove one tab in fron
> File
> "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py",
> line 50
> self.Manager = _KillSwitch.Manager()
> ^
> IndentationError: unexpected indent
-.- Python...
You need to remove one tab in front of that statement so that it accepts
the syntax.
--
To UNSUB
at bottom :-
On 11/1/13, Christopher Schramm wrote:
>> #try:
>> #self.Manager = _KillSwitch.Manager()
>> #except:
>> #raise Exception("Failed to initialize
>> killswitch manager")
>>
>> Is this how yo
in-line :-
On 10/30/13, Christopher Schramm wrote:
> Hi,
Hi,
> I wasn't able to reproduce the killswitch exception.
>
> Please go to
> "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py",
> line 50 and remove or comment out the lines with try, except and raise
> to see the a
> # try:
> # self.Manager = _KillSwitch.Manager()
> # except:
> # raise Exception("Failed to initialize
> killswitch manager")
>
> Is this how you wanted me to do it ?
Keep the self.Manager = ... line
Hi,
I wasn't able to reproduce the killswitch exception.
Please go to
"/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py",
line 50 and remove or comment out the lines with try, except and raise
to see the actual exception.
You should get the same output in the console when st
Package: blueman
Version: 1.23+update1-2
Severity: normal
Dear Maintainer,
This is on a jessie/testing machine. Correct me if I'm wrong but as I
understand it blueman is a GUI to play around with bluetooth settings.
Now in this system/motherboard there is no support for bluetooth. I
disabled bluet
10 matches
Mail list logo