Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.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: UNSURE 0.234 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.54; '*S*': 0.01; 'python': 0.11; 'question.': 0.14; 'blocking': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'shell': 0.22; 'error': 0.23; 'mon,': 0.24; 'code:': 0.26; 'header :In-Reply-To:1': 0.27; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'firewall': 0.31; 'run': 0.32; 'says': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'idle': 0.36; 'shows': 0.36; 'seconds': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'personal': 0.63; 'school': 0.64; 'subject': 0.69; '8bit%:21': 0.69; 'press': 0.70; 'connection.': 0.74; '2015': 0.84; '4:26': 0.84; 'can\xe2\x80\x99t': 0.84; 'p.s:': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=bOD27rapB6OfwsvULvZ2b4by/uPQmH7ZUl7YuJWdS50=; b=GJgQNeS/3ubFqsbIYPabJPuMfaEwv2EzFxPMd3uRg+RImJjMddCIv+iYPUuuCEFEs9 quTF70MgDvua9E7I8dF+o29pKfUlFNqtZJ/4wAlEa7Ql8thUv1iAOf504kUw80Ue+9Ep Hb5FUnGA/+zL2vZpBTmXLAl0NJlnyJhV8twZfr5SHDcfg6zrMyszAWPUWe+gs38UKImy yZHRx/BA0zU/qCbkUlXN+tXR1P12f4taYgjtWB8yUr1esrOGyK9raRgGZDMsV2NzES2Z 9t17IZi4CtUvdeoIS0qGrBDUQ8Lq/VU5ZiZCLebwpPC4fnkYAyEWPxI/s0LsNSEK+Ybm ZszA== X-Received: by 10.66.124.225 with SMTP id ml1mr37642727pab.142.1422972614576; Tue, 03 Feb 2015 06:10:14 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Tue, 3 Feb 2015 07:09:34 -0700 Subject: Re: __pycache__ To: Python Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 03 Feb 2015 15:11:05 +0100 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422972666 news.xs4all.nl 2865 [2001:888:2000:d::a6]:40536 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85149 On Mon, Feb 2, 2015 at 4:26 PM, Luke Lloyd wrote: > I am in school and there is a problem with my code: > > > > When I try to run my code in the python code in the python shell it waits > about 10 seconds then shows an error that says =E2=80=9CIDLE=E2=80=99s su= bprocess didn=E2=80=99t > make connection. Either IDLE can=E2=80=99t start a subprocess or personal= firewall > software is blocking the connection.=E2=80=9D Then when I press OK it jus= t closes. > > > > P.S: My code is encrypting and decrypting using an offset factor. By the way, your subject line doesn't seem to have anything to do with your question.