Hello,
Does anyone know how to make lightblue work on pys60 1.9.x? Tried it on 1.9.4 and 1.9.6, three different phones (all nokia 6210 navigators) and without any success. It installs sucessfully, doesn't give any errors, is listed among installed applications, but when trying to import lightblue, doesn't find the module:
>>> import lightblue
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "c:\resource\python25\python25.zip\site.py", line 109, in platsec_import
raise ImportError("No module named " + name)
ImportError: No module named lightblue
Any suggestions/alternative packages? Thanks.
AndriusA

Reply With Quote

