View Single Post
Posts: 196 | Thanked: 54 times | Joined on Jan 2010 @ UK
#17
lizardo
I have been looking at the location example you quoted above and get the following error.
Traceback (most recent call last):
File "location.py", line 1, in <module>
import location
File "/home/user/location.py", line 25, in <module>
control = location.GPSDControl.get_default()
AttributeError: 'module' object has no attribute 'GPSDControl'
Any sugestions what I am doing wrong?