Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Puzzled Date: Sun, 01 Nov 2015 11:20:34 +0100 Lines: 25 Message-ID: References: <4CFEDC132D44AC49BA0E91FBEB947119084A742852@DCBL123VX.root.sutterhealth.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de lSrJpnBlUsbpgMDUUW1l/gHphYQ3RuLiHB4GLi4nKKZg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'correct.': 0.07; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; '2.7': 0.13; 'interpreter': 0.15; 'variables': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'laura': 0.18; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'to:2**1': 0.21; 'cc:2**1': 0.22; '64-bit': 0.22; 'cc:no real name:2**0': 0.22; 'help.': 0.23; 'seems': 0.23; 'tried': 0.24; 'installed': 0.26; 'fri,': 0.27; 'yesterday': 0.27; 'fine': 0.28; '-0700,': 0.29; 'installed,': 0.29; 'received:se': 0.29; 'repair': 0.29; 'environment': 0.29; 'work.': 0.30; "can't": 0.32; 'morning': 0.32; 'run': 0.33; 'traceback': 0.33; 'file': 0.34; 'running': 0.34; 'gives': 0.35; 'but': 0.36; 'basic': 0.36; 'subject:: ': 0.37; 'there,': 0.37; 'charset:us-ascii': 0.37; 'some': 0.40; 'header:Message-Id:1': 0.61; 'programs': 0.62; 'phone': 0.68; 'prompt': 0.79; 'header:In-reply-to:1': 0.84; 'lying': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1446373236; bh=YGrdk+h/XO4gGzXGO/Q1JHK4Sfs7j4oDESsvzfCSalw=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=LtuQk2kWvVpt/VofNqg50Gtpjbwk3wlJEQsJbe4kJMs1RAzVy2WV6tn99X+zoYP2n dTj5rhDUJw1rtAckqR9Ee3mBAiK3peZcMohh29Tlb8V3R4wA2wcQCCe5t3vg2dD5z1 6PSwSWC6hqHOXVTSvnZF9nSdXv03xBMLhqjnv66k= In-reply-to: <4CFEDC132D44AC49BA0E91FBEB947119084A742852@DCBL123VX.root.sutterhealth.org> Comments: In-reply-to "Robinson, Wendy" message dated "Fri, 30 Oct 2015 09:20:23 -0700." Content-ID: <4180.1446373234.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sun, 01 Nov 2015 11:20:36 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98037 In a message of Fri, 30 Oct 2015 09:20:23 -0700, "Robinson, Wendy" writes: >Hi there, >I installed Python 3.5.0 64-bit for Windows yesterday and tried some basi= c programs successfully. >This morning I rebooted my computer and can't get a single one to work. = The interpreter seems to be fine and the environment variables look correc= t. But every py file I try to run at the >>> prompt gives me a NameError. > >I tried running the Repair installation, but that did not help. > >Any suggestions? > >Thank you > >Wendy Robinson >Audit Analyst >(916) 566-4994 phone Paste in the Full traceback you get from the console. Also check and see that the console is actually running the 3.5 you installed, and not some other python, like 2.7 you might have lying around. = Laura