I upgraded to pybluez 0.13 and lightblue doesn't work anymore
>>> import bluetooth
>>> from lightblue import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/lightblue/__init__.py", line 163, in <module>
from _lightblue import *
File "/usr/lib/python2.5/site-packages/lightblue/_lightblue.py", line 29, in <module>
"cannot find PyBluez 'bluetooth' module: " + str(e))
ImportError: LightBlue requires PyBluez to be installed, cannot find PyBluez 'bluetooth' module: No module named _bluetooth
downgrading to pybluez 0.9 solve the issue,
regards
drakkan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I upgraded to pybluez 0.13 and lightblue doesn't work anymore
>>> import bluetooth
>>> from lightblue import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/lightblue/__init__.py", line 163, in <module>
from _lightblue import *
File "/usr/lib/python2.5/site-packages/lightblue/_lightblue.py", line 29, in <module>
"cannot find PyBluez 'bluetooth' module: " + str(e))
ImportError: LightBlue requires PyBluez to be installed, cannot find PyBluez 'bluetooth' module: No module named _bluetooth
downgrading to pybluez 0.9 solve the issue,
regards
drakkan
Thanks, I'll check it out.
I've uploaded a 0.2.3 release that fixes this. Thanks a lot for pointing it out.
Ok, now works fine,
thanks
drakkan