I user hostinfo.ip to figure out an IP address location
location = urllib.urlopen('http://api.hostip.info/get_html.php?ip='+ipaddress+'&position=true').read()
But from my experience hostinfo.ip returns a lot of empty results.
Location: Country: (Unknown Country?) (XX)
City: (Unknown City?)
Latitude:
Longitude:
IP: 64.114.x.x
Are there better free API services out there that gives me IP address info?