Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: how to setup for localhost:8000 Date: Thu, 14 Apr 2016 14:36:52 -0400 Lines: 9 Message-ID: References: <5ea1e31b-09ba-4b6a-be8b-58886c5c5f81@googlegroups.com> <1460659012.81552.579014273.1E542AB8@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 0CarAYzuQZQBTjxNWvNNQAR4TVQ8gku9wnP675AHSO5A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:internal': 0.09; 'url:localhost': 0.09; 'thu,': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'url:8000': 0.16; 'wrote:': 0.16; 'browsers': 0.22; 'header:In- Reply-To:1': 0.24; '14,': 0.27; 'andrew': 0.27; 'url:non-standard http port': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'address': 0.61; 'header :Message-Id:1': 0.61; 'url:0': 0.63; 'subject::': 0.85 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=vg2qL+Glc8vk46pGiw8ugTtzJx4=; b=ZsdHT1 AbI1aNMXWGOx3cGQfphtddUbc1/b/OjTOCLyQSzwXqAdeXMfH+x/ST7NzSR6LCjE zkBvX7pw6g9hu9R+v4iGqIIo6xYZpC26RxMQ/EbeNA6dYyKcz8Hza5K8xk06qNix 1dqJg+UHJqSIE3zUNQjls7eVShtCloDxHaBiQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=vg2qL+Glc8vk46p Giw8ugTtzJx4=; b=gBWEn89Xypwmaxj1G09inmnLY1qBiu2B11l6NDlXCQMZ1Fq 4o4IErHmhgnfHu2yA9leoFx5CQwZI1qm2QC/j5T6v7jOmjfELdrgvL5Hzs/KhKZq tdmZm9VRCXTaSa/skMiZp6/A9V6PFHanek0G/Cgv19ulx0RXluGwVZXivazY= X-Sasl-Enc: OYVY4+oP6RMyQM0b96TlBRTr0IOEakWVBnaLSAdxT1Hc 1460659012 X-Mailer: MessagingEngine.com Webmail Interface - ajax-1032a755 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1460659012.81552.579014273.1E542AB8@webmail.messagingengine.com> X-Mailman-Original-References: <5ea1e31b-09ba-4b6a-be8b-58886c5c5f81@googlegroups.com> Xref: csiph.com comp.lang.python:107009 Just a note, some browsers will try to resolve this as www.localhost.com - try http://127.0.0.1:8000 . On Thu, Apr 14, 2016, at 14:06, Andrew Farrell wrote: > What happens when you type > > http://localhost:8000 > > Into the address bar of your browser as this is running?