Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: help Date: Mon, 2 Nov 2015 07:49:23 -0700 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de waPuSMk/AWx4mreac1/xUgvZXOZTdZFtJXmyfl4/OpIA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'interpreter.': 0.07; 'subject:help': 0.07; 'extension,': 0.09; 'tab': 0.09; 'uninstalled': 0.09; 'python': 0.10; '.py': 0.16; 'argument.': 0.16; 'modify,': 0.16; 'received:209.85.223.173': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'uninstall': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; 'windows': 0.20; '2015': 0.20; 'programming': 0.22; 'am,': 0.23; '(you': 0.23; 'passing': 0.23; 'header:In-Reply-To:1': 0.24; 'script': 0.25; 'command': 0.26; 'message-id:@mail.gmail.com': 0.27; 'specifically': 0.28; 'command-line': 0.29; 'says': 0.32; 'run': 0.33; 'class': 0.33; 'open': 0.33; 'file': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'saved': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'associated': 0.38; 'received:209': 0.38; 'files': 0.38; 'rather': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'ever': 0.60; 'your': 0.60; 'success': 0.62; 'times': 0.63; 'saving': 0.70; 'sounds': 0.76; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zNnUAM3CI+VIFw4Q9YK2YG6i7ckrGPIULdmGkswGwFw=; b=tpKvBMINyB4crGR0Sf4+0+SYu8+UNLv3C8RCtzPrpjutJxs3Fi2Z9lkKTU8gxkKR5w ZmmjRMcgVfqxkqPEWAlPjLS/2hmGTI0qFamOEqqfImfXUqf2IoIS7bp7ubFmpPyBqByg VivNzGVbBSEMbCPmkw0zmARlFEF8LmqvHK8J46afQpg9M8uXaNBpyJZzIVn2+bODF6CY UovXg5yPg7w4oSsWw5/hd6JsVJVnetFC59xsU9WoxX0ldpNJFwJc8hAZhWK3uckBSOr9 djcji+o4nM975gUBqQYwYEaTWn7AAAnwkFmwty9IsJGKDavvUTUsEuy9nv/P+jPuC4R6 5C2Q== X-Received: by 10.107.135.28 with SMTP id j28mr22297405iod.188.1446475763620; Mon, 02 Nov 2015 06:49:23 -0800 (PST) In-Reply-To: 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:98106 On Nov 2, 2015 7:31 AM, "Gabe Clark" wrote: > > i am currently running python 3.5 in my programming class and when ever i > go to open one of my saved files or a file saved by some one else this new > tab pops up and says modify, repair, or uninstall i have uninstalled and > repaired it multiple times to no success please help Check the Windows file association for .py files (you are saving your files with the .py extension, right?). From the description it sounds like .py has somehow become associated with the Python installer rather than the Python interpreter. If you're familiar with the command line, you can run the script by running Python specifically and passing the script as a command-line argument.