Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85122
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <nieko444@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | UNSURE 0.268 |
| X-Spam-Level | ** |
| X-Spam-Evidence | '*H*': 0.48; '*S*': 0.02; 'python': 0.11; 'blocking': 0.16; 'shell': 0.22; 'error': 0.23; 'code:': 0.26; '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; 'to:addr:python.org': 0.39; 'either': 0.39; 'personal': 0.63; 'school': 0.64; '8bit%:21': 0.69; 'press': 0.70; 'connection.': 0.74; '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:date:message-id:subject:from:to:content-type; bh=It+gHhN46YJGkAvMIcRlcB6bghzauoZ7/4yU1yqReUM=; b=nfac4batkFkmTki6T4kviUFt7B/NPIof6ozrNOxoU6gpxfHGbI3nVBUhvBozt9JrcP 4x/j6dIAmUqbGgHata+mob8xNAuu2QdtYJgL0upZiRa13+1vuozR2nD1Uz4potXqvuDQ b67enidZmlLiHqE0TsSS2FCaNRZr/mGODeNbKQFv6fLzT4Ry+4NJR4VKWeMosiUXW8uc YOhGW3vRVz4Z6TvOmlJXkinYsH9ER6sN3AUtKnmRUYht8OiWLjvfR82/7oT5szoXDdQZ 1cCBMcbh6RB5eULbP7/xs2IOmBDVVn/3IHrf3XUoT5bdt9mPerRy4Dtcr4EhahAhjIdd /p+g== |
| MIME-Version | 1.0 |
| X-Received | by 10.202.202.4 with SMTP id a4mr12876204oig.5.1422919592850; Mon, 02 Feb 2015 15:26:32 -0800 (PST) |
| Date | Mon, 2 Feb 2015 23:26:32 +0000 |
| Subject | __pycache__ |
| From | Luke Lloyd <nieko444@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=001a11c17ea8e03ad8050e234811 |
| X-Mailman-Approved-At | Tue, 03 Feb 2015 09:31:46 +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.18416.1422952307.18130.python-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1422952307 news.xs4all.nl 2975 [2001:888:2000:d::a6]:50844 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:85122 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
__pycache__ Luke Lloyd <nieko444@gmail.com> - 2015-02-02 23:26 +0000
csiph-web