Thor77 / Blueproximity

Run a command once a bluetooth device is in/out of a range
GNU General Public License v2.0
66 stars 15 forks source link

No module named configobj #9

Closed Thor77 closed 8 years ago

Thor77 commented 8 years ago

trying to start blueproximity, I get: bob:~/blueproximity-1.1.5 # ./start_proximity.sh Traceback (most recent call last): File "proximity.py", line 27, in <module> from configobj import ConfigObj ImportError: No module named configobj

Thor77 commented 8 years ago

Logged In: YES user_id=114903 Originator: NO

The documentation (available in doc/ directory and on the homepage) already states: "At the moment the prerequisites include a unix system with an installed python interpreter. You need the hcitool tool installed. On my Ubuntu system they are included in the bluez-utils package. You also need the PyGTK (python-gtk2, python-glade2), ConfigObj (python-configobj) and Bluetooth (python-bluez) extensions for python."

Configobj is clearly noted here! I believe this bug may be closed. (By highno)

Thor77 commented 8 years ago

Logged In: YES user_id=1692926 Originator: YES

you need to download the respective file from http://www.voidspace.org.uk/python/configobj.html\#files first, installing python from source does not help, please write this into your documentation. (By thstaerk)

Thor77 commented 8 years ago

Logged In: YES user_id=1692926 Originator: YES

this problem occurs as well with oPenSuSE 10.2 as with Ubuntu feisty fawn (By thstaerk)