Path: csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!fu-berlin.de!uni-berlin.de!not-for-mail From: "Robinson, Wendy" Newsgroups: comp.lang.python Subject: RE: Puzzled Date: Mon, 2 Nov 2015 07:52:07 -0800 Lines: 73 Message-ID: References: <4CFEDC132D44AC49BA0E91FBEB947119084A742852@DCBL123VX.root.sutterhealth.org> <201511011020.tA1AKYAM004182@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de /teJ8BvvG2ry+ICAdn2vkgsKL4tv7qDCQaJcCiZeJqJg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'correct.': 0.07; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'email name:[cid:image001.png': 0.09; 'python': 0.10; '2.7': 0.13; '>>>': 0.15; 'interpreter': 0.15; 'message-----': 0.15; 'variables': 0.15; 'received:10.155': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'regulations.': 0.16; 'wendy': 0.16; 'filename:fname:image001.png': 0.18; 'laura': 0.18; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '64-bit': 0.22; 'help.': 0.23; 'seems': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; 'fri,': 0.27; 'yesterday': 0.27; 'fine': 0.28; '-0700,': 0.29; 'installed,': 0.29; 'repair': 0.29; 'environment': 0.29; 'work.': 0.30; "can't": 0.32; 'morning': 0.32; 'run': 0.33; 'traceback': 0.33; 'skip:- 10': 0.34; 'file': 0.34; 'running': 0.34; 'gives': 0.35; 'sent:': 0.35; 'cc:': 0.35; 'subject:': 0.35; 'but': 0.36; 'url:org': 0.36; 'basic': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'skip:& 10': 0.37; 'there,': 0.37; 'received:org': 0.37; 'url:rec-html40': 0.37; 'charset:us-ascii': 0.37; 'delete': 0.38; 'material': 0.39; 'from:': 0.39; 'url:schemas': 0.40; 'some': 0.40; 'url:office': 0.40; 'programs': 0.62; 'federal': 0.62; 'skip:n 10': 0.62; 'virus:src="cid:': 0.64; 'content-type:multipart/related': 0.65; 'contact': 0.66; 'phone': 0.68; 'image-size:2**15': 0.72; 'sole': 0.76; 'prompt': 0.79; 'lying': 0.84; 'received:10.152': 0.84; 'audit': 0.93 Thread-Topic: Puzzled Thread-Index: AdEUjxAgc11NkirzRYyrYJM1MBojswA90joA In-Reply-To: <201511011020.tA1AKYAM004182@fido.openend.se> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: en-US X-TM-AS-Product-Ver: SMEX-10.2.0.1135-7.500.1018-21916.007 X-TM-AS-Result: No--16.307300-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No X-CFilter-Loop: Scanned X-Mailman-Approved-At: Mon, 02 Nov 2015 11:04:56 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:98111 [cid:image001.png@01D11543.5ED11D50] Wendy Robinson Audit Analyst (916) 566-4994 phone NOTICE OF CONFIDENTIALITY: This email is for the sole use of the intended r= ecipient and may contain material that is confidential and protected by sta= te and federal regulations. If you are not the intended recipient please i= mmediately delete it and contact the sender. -----Original Message----- From: Laura Creighton [mailto:lac@openend.se] Sent: Sunday, November 01, 2015 2:21 AM To: Robinson, Wendy Cc: 'python-list@python.org'; lac@openend.se Subject: Re: Puzzled 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 basic= programs successfully. >This morning I rebooted my computer and can't get a single one to work. T= he interpreter seems to be fine and the environment variables look correct.= 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 install= ed, and not some other python, like 2.7 you might have lying around. Laura