Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Robinson, Wendy" Newsgroups: comp.lang.python Subject: RE: Puzzled Date: Thu, 5 Nov 2015 12:48:11 -0800 Lines: 44 Message-ID: References: <4CFEDC132D44AC49BA0E91FBEB947119084A742852@DCBL123VX.root.sutterhealth.org> <201511011020.tA1AKYAM004182@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de /pfSdqsH2JKgXuu64p1mGg03AsxcuMYZOvgNjA1oTv4w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'startup': 0.05; 'correct.': 0.07; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'python': 0.10; '2.7': 0.13; 'interpreter': 0.15; 'message-----': 0.15; 'variables': 0.15; 'received:10.155': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'uninstall': 0.16; 'wendy': 0.16; '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; 'this.': 0.28; 'fine': 0.28; '-0700,': 0.29; 'installed,': 0.29; 'repair': 0.29; 'environment': 0.29; 'work.': 0.30; 'guess': 0.31; "can't": 0.32; 'morning': 0.32; 'run': 0.33; 'traceback': 0.33; "i'll": 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; 'basic': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'there,': 0.37; 'received:org': 0.37; 'delete': 0.38; 'material': 0.39; 'from:': 0.39; 'still': 0.40; 'some': 0.40; 'programs': 0.62; 'federal': 0.62; 'contact': 0.66; 'phone': 0.68; 'sole': 0.76; 'prompt': 0.79; 'lying': 0.84; 'received:10.152': 0.84; 'audit': 0.93 Thread-Topic: Puzzled Thread-Index: AdEUjxAgc11NkirzRYyrYJM1MBojswDfBsoA In-Reply-To: <201511011020.tA1AKYAM004182@fido.openend.se> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US X-TM-AS-Product-Ver: SMEX-10.2.0.1135-7.500.1018-21922.006 X-TM-AS-Result: No--11.414900-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: Fri, 06 Nov 2015 05:10:54 -0500 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:98340 Well... I still can't get this to work. I guess I'll just uninstall it. It's a bummer that there's no help on basic startup like this. Wendy Robinson Audit Analyst (916)=A0566-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.=A0 If you are not the intended recipient please= immediately delete it and contact the sender.=20 -----Original Message----- From: Laura Creighton [mailto:lac@openend.se]=20 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. =20 Laura