jkakavas / creepy

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

Cannot run on Arch Linux #15

Closed hamlinux closed 8 years ago

hamlinux commented 9 years ago

Running python 3.4.3 and python-pyqt4 cloned from latest github dependencies installed via pip

Running 'python CreepyMain.py' yields

File "CreepyMain.py", line 192 except Exception, err: ^ SyntaxError: invalid syntax

hamlinux commented 9 years ago

Also I have tried this on 32-bit and 64-bit architectures with the same results. kernel 4.0.7-2-ARCH

Thanks

jkakavas commented 9 years ago

Never tried it with Python 3, I think there are certain things to be fixed before that can work.

Check instructions for Linux on www.geocreepy.com and please try running it with Python 2.7 On Aug 7, 2015 5:35 PM, "hamlinux" notifications@github.com wrote:

Also I have tried this on 32-bit and 64-bit architectures with the same results. kernel 4.0.7-2-ARCH

Thanks

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/15#issuecomment-128715998.

hamlinux commented 9 years ago

Am Running everything in 2.7 now but get python2 CreepyMain.py Traceback (most recent call last): File "CreepyMain.py", line 18, in from dominate import document ImportError: No module named dominate

Do you know if 1.3 will be the default version in the new Kali release?

jkakavas commented 9 years ago

Assuming you followed the rest of the instructions,

pip install dominate

Should fix this problem. I'll update the instructions too, thanks!

No idea about kali unfortunately :/ On Aug 7, 2015 8:57 PM, "hamlinux" notifications@github.com wrote:

Am Running everything in 2.7 now but get python2 CreepyMain.py Traceback (most recent call last): File "CreepyMain.py", line 18, in from dominate import document ImportError: No module named dominate

Do you know if 1.3 will be the default version in the new Kali release?

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/15#issuecomment-128778643.