maldevel / IPGeoLocation

Retrieve IP Geolocation information
GNU General Public License v3.0
901 stars 337 forks source link

Error termcolor #17

Closed lgcambero closed 8 years ago

lgcambero commented 8 years ago

Kali 2016.1 Rolling Release, full update && upgrade && dist-upgrade sin titulo

maldevel commented 8 years ago
lgcambero commented 8 years ago

Thank you for responding, but if you verify the catch that I sent and I have installed termcolor, but when I run ipgeolocation.py tells me not find the module. Any other ideas? Thank you.

maldevel commented 8 years ago

Hello, kali has python 2.x installed by default. You have to use python 3.x and pip3.

lgcambero commented 8 years ago

Thank you, you can fix it at last:

apt-get install python3-setuptools easy_install3 pip pip3 install -r requirements.txt --user

Good tool!!

Indeserpen commented 8 years ago

First gonna tell that tool is wonderful! Had same problem, made same steps and solved problems! Thanks