Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.129 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.05; 'static': 0.04; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'number?': 0.16; 'sure.': 0.16; 'thereby': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'obviously': 0.18; 'server.': 0.24; 'header :In-Reply-To:1': 0.27; 'fixed': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'running': 0.33; 'connection': 0.35; 'no,': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'distance': 0.65; 'jul': 0.74; 'other.': 0.75; 'geolocation': 0.84; 'guarantee.': 0.84; 'tied': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jfL+arU32zI+sU1G0+0AP+qw8M7gVmhiiIiWCgRW0Fo=; b=Fd1M6SZHN694xhCj8Oty9ktsr5qJKWkciigWCD4z3SV8Q1nWNNxTcY9jbxnGesOSOd keIXD+jIO8lk5j8PL24CVEewQpRH08R6KoFgJDGFFn8psb6FPBO8UK4IBmqZZvZQ0n6D J9Xi2Z1TeNU9D3ttToDLpaIyH6v6uxfGjO3OjqfZaG13A13KQp8m0yo9mmYPKrsA/5DA PuEtCrG2TNMm+HYmbC1f0TDNBcX70iOsxWkoZAimmdlhKazePupcWrTFnaXR6N5xGRl0 NM2tM8hkYuQ5ugi4T7vQ5A99BKaK/NhGdybdWxUpxwe7gP1dL4JEh/8JJD5TJvJ1o7sw FJIw== MIME-Version: 1.0 X-Received: by 10.68.2.69 with SMTP id 5mr47112398pbs.124.1373735000651; Sat, 13 Jul 2013 10:03:20 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jul 2013 03:03:20 +1000 Subject: Re: GeoIP2 for retrieving city and region ? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373735008 news.xs4all.nl 15954 [2001:888:2000:d::a6]:52035 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50601 On Sun, Jul 14, 2013 at 2:54 AM, Dennis Lee Bieber wrote: > Are you paying for a fixed IP number? I suspect you are if you were > running a world-accessible server. > > Obviously a fixed IP will be tied to a fixed connection and thereby to > a fixed location which can be provided to a location database. And even that is no guarantee. I have two connections, one static IP, the other dynamic. The static one fails geolocation by a greater distance than the other. No, there's no way to be sure. ChrisA