Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: IDLE's subprocess didn't make connection. Either IDLE can't start or personal firewall software is blocking connection. Date: Mon, 4 Apr 2016 17:09:34 -0400 Lines: 14 Message-ID: References: <5702cc47.8f341f0a.a5801.5cd4@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de z5RdSOvxmFA61WmdLsPrvQno/8BjLhlotvlcaqsyHOog== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:IDLE': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:software': 0.09; 'jan': 0.11; 'subject: \n ': 0.15; 'i\xe2\x80\x99m': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'subject:make': 0.16; 'subject:start': 0.16; 'subprocess': 0.16; 'wrote:': 0.16; 'issue.': 0.20; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'possibility': 0.27; 'module.': 0.27; 'blocking': 0.29; 'firewall': 0.29; 'another': 0.32; "can't": 0.32; 'getting': 0.33; 'idle': 0.33; 'steven': 0.33; 'file': 0.34; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; "didn't": 0.39; 'to:addr:python.org': 0.40; 'software': 0.40; 'your': 0.60; 'received:96': 0.63; 'personal': 0.63; 'subject:. ': 0.67; 'connection.': 0.76; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-96-227-207-81.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 In-Reply-To: <5702cc47.8f341f0a.a5801.5cd4@mx.google.com> 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: X-Mailman-Original-References: <5702cc47.8f341f0a.a5801.5cd4@mx.google.com> Xref: csiph.com comp.lang.python:106471 On 4/4/2016 4:19 PM, Steven Gao wrote: > I=E2=80=99m getting =E2=80=9CIDLE's subprocess didn't make connection. = Either IDLE can't start or personal firewall software is blocking connect= ion.=E2=80=9D. Any ideas? Depending on how you started, another possibility is a file in your=20 local directory that masks a stdlib module. Or a network (socket)=20 configuration issue. --=20 Terry Jan Reedy