Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85149

Re: __pycache__

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 <ian.g.kelly@gmail.com>
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 <CAG+_XL-8cdKtRHGcgwT8wfP2j5bZBj3niskq-iCaGyzvH5wm2A@mail.gmail.com>
References <CAG+_XL-8cdKtRHGcgwT8wfP2j5bZBj3niskq-iCaGyzvH5wm2A@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 3 Feb 2015 07:09:34 -0700
Subject Re: __pycache__
To Python <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18426.1422972666.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Mon, Feb 2, 2015 at 4:26 PM, Luke Lloyd <nieko444@gmail.com> 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 “IDLE’s subprocess didn’t
> make connection. Either IDLE can’t start a subprocess or personal firewall
> software is blocking the connection.” Then when I press OK it just 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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: __pycache__ Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-03 07:09 -0700

csiph-web