ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.26k stars 302 forks source link

AttributeError: 'module' object has no attribute 'SOURCE_GOOGLE_SATELLITE' #8

Closed LiteralKa closed 10 years ago

LiteralKa commented 13 years ago
literalka@kafir:~/git/creepy/creepy$ python creepymap.py 
Traceback (most recent call last):
  File "creepymap.py", line 1008, in <module>
    u = CreepyUI()
  File "creepymap.py", line 143, in __init__
    google_sat.connect('activate', self.reload_map, osmgpsmap.SOURCE_GOOGLE_SATELLITE)
AttributeError: 'module' object has no attribute 'SOURCE_GOOGLE_SATELLITE'
ilektrojohn commented 13 years ago

I would guess that you are using an older version of python-osmgpsmap somehow. Which linux distribution are you using ? I can see you are running it from git source, are all the dependencies listed in the INSTALL file already installed in your system ?

LiteralKa commented 13 years ago

Ubuntu 9.10, and yes, everything is installed.

ilektrojohn commented 13 years ago

Yes, so the problem is that python-osmgpsmap in 9.10 was v0.2 and creepy depends on v0.7 . So far I can provide any more help about that, see if there is some newer builds of osmgpsmap for 9.10 . I will look into that also