Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98688
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Terry Reedy <tjreedy@udel.edu> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python Trouble |
| Date | Thu, 12 Nov 2015 05:10:18 -0500 |
| Lines | 16 |
| Message-ID | <mailman.262.1447323029.16136.python-list@python.org> (permalink) |
| References | <DUB405-EAS254A6E4B3C370A303ECF884F8130@phx.gbl> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | news.uni-berlin.de Koz/eWK80DSZq3d3v9mfHAIcd6mM/vwfp9loeAmSEQag== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; "'python": 0.07; 'run,': 0.07; 'closed.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'acted': 0.16; 'idle.': 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; 'wrote:': 0.16; 'working.': 0.18; 'load': 0.20; 'versions': 0.20; 'fine,': 0.22; 'help.': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; 'clicked': 0.29; 'it\xe2\x80\x99s': 0.29; 'message.': 0.33; 'idle': 0.33; 'previous': 0.34; 'problem.': 0.35; 'but': 0.36; 'should': 0.36; 'loaded': 0.36; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'files': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'different': 0.63; 'clicking': 0.75; 'happened.': 0.84; 'kaif': 0.84; 'received:fios.verizon.net': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pool-173-59-124-74.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <DUB405-EAS254A6E4B3C370A303ECF884F8130@phx.gbl> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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> |
| Xref | csiph.com comp.lang.python:98688 |
Show key headers only | View raw
On 11/11/2015 3:01 PM, Kaif Mahmood wrote: > I downloaded the recent version of Python and after it downloaded I tried IDLE. But when I tried to load it, it didn’t load and just acted as if nothing happened. All of the other features work fine, it’s just IDLE not working. I tried different versions but I encounter the same problem. The only way I managed to load it was by right clicking on previous files and clicking edit with IDLE; IDLE loaded but when I clicked run, it just froze and closed. Please help. At a command line enter 'python -m idlelib' or 'python3 ...' on *nix. You should see some error message. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python Trouble Terry Reedy <tjreedy@udel.edu> - 2015-11-12 05:10 -0500
csiph-web