b3b / able

Python for Android Bluetooth Low Energy package
MIT License
38 stars 18 forks source link

'BLE' object has no attribute '_ble' #2

Closed datmaniac95 closed 3 years ago

datmaniac95 commented 6 years ago

Hi, I'm trying to run your example but I face this problem:

AttributeError: 'BLE' object has no attribute '_ble'

Please help, since this is the only Python BLE library that support Android.

b3b commented 6 years ago

@datmaniac95 Ouch, sorry for late reply, missed the notification.

Something went wrong during BLE initialisation, but not clear what - perhaps there was more messages from Java code.

I will add exception handler to the alert example today.

b3b commented 6 years ago

Now, when an error occurs in Java or Python code, a traceback popup window should appear.