Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98106

Re: help

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: help
Date Mon, 2 Nov 2015 07:49:23 -0700
Lines 14
Message-ID <mailman.68.1446475766.4463.python-list@python.org> (permalink)
References <CAFuR03m2KrG5ZsYU4U5y754ivh5_ucf1Azo5x8K+ZnTrXA4khQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de waPuSMk/AWx4mreac1/xUgvZXOZTdZFtJXmyfl4/OpIA==
Return-Path <ian.g.kelly@gmail.com>
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; '&gt;': 0.18; 'email addr:gmail.com&gt;': 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 <CAFuR03m2KrG5ZsYU4U5y754ivh5_ucf1Azo5x8K+ZnTrXA4khQ@mail.gmail.com>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98106

Show key headers only | View raw


On Nov 2, 2015 7:31 AM, "Gabe Clark" <arimfrexdrapuse@gmail.com> 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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: help Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-02 07:49 -0700

csiph-web