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 validate #11

Closed Thor77 closed 8 years ago

Thor77 commented 8 years ago

Starting start_proximity yields in

bob:~/blueproximity-1.1.5 # ./start_proximity.sh ['/usr/lib/python2.5/configobj.py'] (2, 5, 0, 'final', 0) 2.5 (r25:51908, May 25 2007, 16:14:04) [GCC 4.1.2 20061115 (prerelease) (SUSE Linux)] Traceback (most recent call last): File "proximity.py", line 37, in <module> from validate import Validator ImportError: No module named validate

Thor77 commented 8 years ago

Logged In: YES user_id=1692926 Originator: YES

How can I install python-configobj ? I cannot find it for SUSE and I do not get it when compiling python from source from www.python.org ?

thanks in advance! (By thstaerk)

Thor77 commented 8 years ago

Logged In: YES user_id=1692926 Originator: YES

OK, this is the wrong place but I have to say this is the most exciting idea in OpenSource I ever heard. I'll tell my friends to kick their Windows where they have to authenticate using their fingerprints - that is hindering :)

Can you patch your code so that it says "you need the blahblah module" instead of above error msg ? (By thstaerk)

Thor77 commented 8 years ago

Logged In: YES user_id=1692926 Originator: YES

OK, this is the wrong place but I have to say this is the most exciting idea in OpenSource I ever heard. I'll tell my friends to kick their Windows where they have to authenticate using their fingerprints - that is hindering :)

Can you patch your code so that it says "you need the blahblah module" instead of above error msg ? (By thstaerk)

Thor77 commented 8 years ago

Logged In: YES user_id=114903 Originator: NO

This is a duplicate of bug #1782347 which is already fixed. (By highno)

Thor77 commented 8 years ago

Logged In: YES user_id=114903 Originator: NO

The Validate Object should be part of python-configobj. Please check if it is there. Btw, you should use a more uptodate version like 1.1.8. because 1.1.5 has a nasty not saving changed settings bug. (By highno)