Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'if,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:command': 0.09; 'jan': 0.12; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:already': 0.16; 'sys.modules': 0.16; 'subject:python': 0.16; 'folder': 0.16; 'wrote:': 0.18; 'wed,': 0.18; '>>>': 0.22; 'select': 0.22; 'import': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'question': 0.24; 'second': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'lines': 0.31; 'once,': 0.31; 'sep': 0.31; 'file': 0.32; 'run': 0.32; 'subject:the': 0.34; 'there': 0.35; 'idle': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'above,': 0.60; 'first': 0.61; 'times': 0.62; 'more': 0.64; 'prompt': 0.68; 'cut': 0.74; 'click': 0.77; 'questions;': 0.84; 'received:fios.verizon.net': 0.84; '"how': 0.91; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: the python shell window is already executing a command Date: Thu, 18 Sep 2014 15:05:53 -0400 References: <4jrh1adtbsvnr9o20r9k3hfe4nkrkps2dk@4ax.com> <5gdk1appae03ngjlot2hg574udmnc0iqg9@4ax.com> <22ul1a9bfsehco2kk5jb0uif8mpm33ue37@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-108-16-203-145.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <22ul1a9bfsehco2kk5jb0uif8mpm33ue37@4ax.com> 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1411067191 news.xs4all.nl 2952 [2001:888:2000:d::a6]:55250 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:78036 On 9/18/2014 11:24 AM, Seymore4Head wrote: > On Wed, 17 Sep 2014 23:50:56 -0400, Terry Reedy > wrote: >> My question was "How do you start Idle?" >> (I can make a difference.) > > The way I start IDLE is to go to my programs folder and right click on > file.py in the directory and select "edit with IDLE". A couple more questions; after you run the file once, is there a warning above the first >>> prompt? If, after the program stop and you see a second >>> prompt and run >>> import sys; len(sys.modules), 'array' in sys.modules what is the result? If you run the program multiple times and get the error message, please cut and paste the whole message and the lines above, up to 10 or 15. -- Terry Jan Reedy