View Single Post
yoyoek1's Avatar
Posts: 44 | Thanked: 62 times | Joined on Aug 2010 @ Polska
#38
Originally Posted by oiv View Post
I tried the app, but all I get is the big "global" map without any buttons. I tried to reinstall, but no luck.
because of the bug. look down

Originally Posted by oiv View Post
When I tried to start from xterminal I got this.

Code:
---snip---
nominatim_geonames search for:
__init__ nominatim_geonames
google_geonames last search:
google_geonames download state: 0
__init__ google geonames
__init__ fotoradary
__init__ gpx tracks
__init__ rcspot eventy
ERROR: 'osmgpsmap.GpsMap' object has no attribute 'layer_add'
GPS init
GPS init DONE
Traceback (most recent call last):
  File "./yosmapa.py", line 1786, in on_changed
    self.osmMapa.osm.gps_add( self.lat, self.lon, self.heading)
AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add'
Traceback (most recent call last):
  File "./yosmapa.py", line 1786, in on_changed
    self.osmMapa.osm.gps_add( self.lat, self.lon, self.heading)
AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add'
it looks like you don't have updated libosmgpsmap0, python-osmgpsmap
that deps should be >=0.7.3
line
Code:
AttributeError: 'osmgpsmap.GpsMap' object has no attribute 'gps_add'
it is from lib :/ try to
Code:
apt-get remove libosmgpsmap0 python-osmgpsmap yosmapa
apt-get install yosmapa
look what version of them is installing
if it will be older then 0.7.3 pleas teal me!

and good luck!