convert ip to address
=================================== Python:2.7.* ,GeoIP: 1.3.2.tar.gz Install instructions --- Install from source
- download GeoIP-version.tar.gz from https://pypi.python.org/pypi/GeoIP/
- tar zxvf GeoIP-version.tar.gz
- cd GeoIP-version
- python setup.py build
- python setup.py install
--- Install from pip:
- pip install GeoIP