Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'beginner': 0.05; 'subject:Python': 0.06; 'exit': 0.09; 'run,': 0.09; 'window.': 0.09; 'runs': 0.10; 'python': 0.11; 'fine.': 0.16; '>>>': 0.22; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'fine': 0.24; 'second': 0.26; 'michael': 0.29; 'appreciated.': 0.29; 'absolute': 0.30; 'run': 0.32; 'another': 0.32; 'except': 0.35; 'one,': 0.35; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:98.137': 0.60; 'programme': 0.65; 'received:gq1.yahoo.com': 0.68; 'received:mail.gq1.yahoo.com': 0.68; 'received:98.136': 0.69; 'received:bullet.mail.gq1.yahoo.com': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoogroups.com; s=echoe; t=1382884379; bh=TJqMLcHzwoa64RK6vQFrREHzTeflnpQBxawYhFpBg0Q=; h=Received:Received:Date:From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-Yahoo-Post-IP:X-Yahoo-Newman-Property:Sender; b=jIH3d9K0i9cJ2/F9K3z3gwnmH0U4PAH3Krx5VXiR40mdT7qMlhruOQIPykObh+htUDKYOATBdBmtG7jBlXZMyV83ZBBgucK4gWogQMq1N+ipAYNt0euF5pNFM1imYocYmm5XxcbXY1QWv6nTbeXH6AKJHk2RKSev3ywIHn8gW/o= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=echoe; d=yahoogroups.com; b=qdYjOsXeTFvfJFtXm/v7ct3y4QbdZuPUaBMOhl3IqBBBq4D0gdq/rHvr+mCs/TUJ6ICaCROrV49s9WE3TFG5PCcbc2ot2K1I5AAIS8sdTPMN0VChxtOBRtvYbSiojqU/Dv9WzRv3KS1TjRAoy37sQja9lqo0kPyrEW7MczbNRdM=; Date: Sun, 27 Oct 2013 14:32:56 -0000 From: "David" To: python-list@python.org Subject: Running Python programmes User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Yahoo Groups Message Poster X-Yahoo-Post-IP: 86.140.29.247 X-Yahoo-Newman-Property: groups-compose Sender: notify@yahoogroups.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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382884582 news.xs4all.nl 15905 [2001:888:2000:d::a6]:38310 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57741 I am an absolute beginner and am working through the book Python Programmin= g for the Absolute Beginner by Michael Dawson. Everything is fine except i= f I run a scripted programme, or one I have downloaded, and then run anothe= r one, the second one will not run, I just get the >>> in the interactive w= indow. I have to exit Python and start again, when the second programme th= en runs fine. Any suggestions much appreciated. David