Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15729
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) |
| Date | 2011-11-15 10:37 -0800 |
| Organization | > Bestiaria Support Staff < |
| References | (4 earlier) <j9q8cs$3al$1@dont-email.me> <j9rbqk$art$1@reader1.panix.com> <j9rct4$frh$1@dont-email.me> <j9rerg$2og$1@reader1.panix.com> <j9rja5$qcp$1@dont-email.me> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2740.1321382238.27778.python-list@python.org> (permalink) |
On Mon, 14 Nov 2011 09:31:47 -0800, "W. eWatson"
<wolftracks@invalid.com> declaimed the following in
gmane.comp.python.general:
> I would think the install would make the association of py to Python,
> either IDLE or the interpreter. If I right-click on a py file, it asks
> me for "Open with". If I select idle.pyw, it gives me the message I
> posted earlier.
IDLE itself is just a Python SCRIPT itself -- it needs python.exe
(or pythonw.exe to avoid a console window) to run. You need python to
run IDLE to access your own script (for editing). If clicking on your
own script doesn't run, then neither will IDLE.
If double-clicking on your own .py/.pyw file won't run, then nothing
invoking another .py/.pyw is likely to run either.
I do have to confess that after a registry corruption which killed
my original user account, not all my software is fully functional... I
just had to define pythonw.exe to be the application for .pyw files.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Uninstalling Py 2.5.2 from Windows 7 "W. eWatson" <wolftracks@invalid.com> - 2011-11-13 09:46 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-11-13 20:08 +0100
Re: Uninstalling Py 2.5.2 from Windows 7 Terry Reedy <tjreedy@udel.edu> - 2011-11-13 17:08 -0500
Re: Uninstalling Py 2.5.2 from Windows 7 "W. eWatson" <wolftracks@invalid.com> - 2011-11-13 16:06 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 "W. eWatson" <wolftracks@invalid.com> - 2011-11-13 16:17 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) "W. eWatson" <wolftracks@invalid.com> - 2011-11-13 21:19 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) John Gordon <gordon@panix.com> - 2011-11-14 15:24 +0000
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) "W. eWatson" <wolftracks@invalid.com> - 2011-11-14 07:42 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) John Gordon <gordon@panix.com> - 2011-11-14 16:15 +0000
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) "W. eWatson" <wolftracks@invalid.com> - 2011-11-14 09:31 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) John Gordon <gordon@panix.com> - 2011-11-14 18:00 +0000
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) "W. eWatson" <wolftracks@invalid.com> - 2011-11-14 10:08 -0800
Re: Uninstalling Py 2.5.2 from Windows 7 (Invalid on Win 32 app) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-15 10:37 -0800
csiph-web