On 30Nov2018 02:19, srinivasan wrote:
Thanks a lot for your quick responses, again the below line seems to
be throwing the same error, is that should I again decode the line
where am facing the issue to str? or could you please let me if there
is any alternative solution for the same or workarou
Dear Mats,
Thanks a lot for your quick responses, again the below line seems to
be throwing the same error, is that should I again decode the line
where am facing the issue to str? or could you please let me if there
is any alternative solution for the same or workaround in python 3.6?
Code Snipp
On 29/11/2018 19:20, srinivasan wrote:
With the below code snippet, I am seeing the below error, I am using
python 3.6, could you please what could be the issue?
[snip]
Traceback (most recent call last):
File "/home/srinivasan/Downloads/bt_tests/qa/test_library/bt_tests.py",
line 169, in
On 11/29/18 12:20 PM, srinivasan wrote:
> Dear Python Experts,
>
> With the below code snippet, I am seeing the below error, I am using
> python 3.6, could you please what could be the issue?
> self.child = pexpect.spawn("bluetoothctl", echo = False)
...
> self.child.send(command
Dear Python Experts,
With the below code snippet, I am seeing the below error, I am using
python 3.6, could you please what could be the issue?
Code Snippet:
---
import time
import pexpect
import subprocess
import sys
class BluetoothctlError(Exception):
"""This exception is r