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.28k stars 301 forks source link

pytz not defined #79

Open themaikelman opened 9 years ago

themaikelman commented 9 years ago

Under Win7, cree.py v 1.4.1 Trying to filter locations by date shows this error and (obviously) no filter is applied: Traceback (most recent call last): File "CreepyMain.py", line 254, in showFilterLocationsDateDialog NameError: global name 'pytz' is not defined

themaikelman commented 9 years ago

It seems that this "commit" was the one that erased the import.

Autor: Ioannis Kakavas ikakavas@noc.grnet.gr# Fecha: hace 4 semanas (18/10/2015 17:51:37) Hash de Commit: 3839b6681aecc89c3fcf0db2fa26ad981b92f06a Hijos: 137ebef91f#gitext://gotocommit/137ebef91f51a0b68425c643ea30f9cdca319ce8 Padre(s): af33ac8fa6#gitext://gotocommit/af33ac8fa66e478da3555e4f1e9b2e1cd184538c

DahTse commented 8 years ago

I get this error with the windows installer version I just installed. I'm familiar with pytz, but I'm a bit confused on how to go into the existing packaged windows application. I've downloaded the source and am trying to update it to 3.4 which is what I'm using. Lots of little tweaks.