![]() |
2010-01-15
, 14:50
|
|
Posts: 81 |
Thanked: 109 times |
Joined on Apr 2009
@ Brasov/Cluj, Romania
|
#2
|
Have installed PyMaemo and python-location. Tried running the example on the PyMaemo PY-Location page, but get the following error:
[sbox-FREMANTLE_ARMEL: ~/gps_work] > run-standalone.sh python2.5 location.py
Traceback (most recent call last):
File "location.py", line 1, in <module>
import location
File "/home/mgreene/gps_work/location.py", line 25, in <module>
control = location.GPSDControl.get_default()
AttributeError: 'module' object has no attribute 'GPSDControl'
![]() |
2010-01-20
, 01:17
|
Posts: 23 |
Thanked: 4 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-01-20
, 08:30
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
Have installed PyMaemo and python-location. Tried running the example on the PyMaemo PY-Location page, but get the following error:
[sbox-FREMANTLE_ARMEL: ~/gps_work] > run-standalone.sh python2.5 location.py
![]() |
2010-01-20
, 18:18
|
Posts: 23 |
Thanked: 4 times |
Joined on Dec 2009
|
#5
|
![]() |
2010-01-21
, 09:16
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#6
|
I'm getting the error on-device. (testing it within the SDK makes not much sense for me, as i have no gps device there)
![]() |
2010-01-22
, 11:35
|
Posts: 23 |
Thanked: 4 times |
Joined on Dec 2009
|
#7
|
[sbox-FREMANTLE_ARMEL: ~/gps_work] > run-standalone.sh python2.5 location.py
Traceback (most recent call last):
File "location.py", line 1, in <module>
import location
File "/home/mgreene/gps_work/location.py", line 25, in <module>
control = location.GPSDControl.get_default()
AttributeError: 'module' object has no attribute 'GPSDControl'