tiktaalik-dev / blueproximity

Desktop application to lock/unlock your screen automatically based on detecting how close it's to another Bluetooth device (e.g. your mobile phone).
GNU General Public License v2.0
93 stars 28 forks source link

Error when clicking on use selected device #17

Closed rxng closed 2 years ago

rxng commented 2 years ago

Traceback (most recent call last): File "proximity.py", line 830, in btnSelect_clicked self.wTree.get_widget("entryMAC").set_text(mac) AttributeError: 'Builder' object has no attribute 'get_widget'

tiktaalik-dev commented 2 years ago

Hi @rxng,

Sorry for the late reply! That looks like you may be missing some dependencies. The README file lists what you need to install before launching BlueProximity. Also, I made available an AppImage package that includes all the required dependencies in a convenient, self-contained executable file. That might be your best option, please try it and let me know how it went. You can find it along with the last release here: https://github.com/tiktaalik-dev/blueproximity/releases/tag/v1.3.3

Cheers, Rodrigo Gambra Tiktaalik Dev

tiktaalik-dev commented 2 years ago

I'm closing this issue as it has no new activity after my reply. In case you have something else to report, please feel free to reopen it. Cheers.