Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; '1100': 0.09; 'lookup': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sure,': 0.09; 'suggest': 0.14; 'periods': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'thought.': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'module': 0.19; 'successful,': 0.19; '(the': 0.22; 'import': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'am,': 0.29; 'google,': 0.29; 'especially': 0.30; 'too.': 0.31; 'probably': 0.32; 'but': 0.35; 'there': 0.35; 'done': 0.36; 'east': 0.36; 'too': 0.37; 'being': 0.38; 'stable': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'users': 0.40; 'even': 0.60; 'read': 0.60; 'identify': 0.61; 'facebook': 0.61; 'address': 0.63; 'name': 0.63; 'relatively': 0.65; 'city': 0.66; '8bit%:100': 0.72; 'carefully': 0.74; 'details...': 0.84; 'longitude': 0.84; 'off,': 0.84; 'visitors.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: GeoIP2 for retrieving city and region ? Date: Fri, 12 Jul 2013 11:32:27 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 174.32.174.30 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373643167 news.xs4all.nl 15969 [2001:888:2000:d::a6]:36319 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50531 On 07/12/2013 10:18 AM, Νικόλας wrote: > Hello, iam still looking for a way to identify the city of my website > visitors. > > > > I cant even import the module even though my 'pip install geopip2' wa > successful Either it wasn't successful, or it's not the package you thought. There are lots of things you might have downloaded, but since you give no details... > > There is definately i way to identify the users location based solely on > its ip address as this site does it: http://www.geoiptool.com/ > Sure, and as long as you don't mind it being 1000 miles off, you too can claim to do it too. When I go to that site, the little pin is in Kansas, which is 1100 miles from where I live on the east coast of the US. > Google, MS, facebook and twitter are not the only ones that can do it? > > Perhaps this is being done by giving longitude and latitude? Or by reading the mind of the programmer. I suggest you read that geoiptool site, in particular the page http://www.geoiptool.com/en/ip_info/ There is some misinformation, but notice carefully the part about dynamic IP addresses. Probably 99% of the individual users on the web (the ones using a browser) have dynamic IP addresses. The fixed ones are needed by servers, and especially for DNS use, where the name lookup wants to be stable for relatively log periods of time. -- DaveA