Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98106 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2015-11-02 07:49 -0700 |
| Last post | 2015-11-02 07:49 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: help Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-02 07:49 -0700
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2015-11-02 07:49 -0700 |
| Subject | Re: help |
| Message-ID | <mailman.68.1446475766.4463.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web