Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16044
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. |
| Date | 2011-11-21 11:21 -0800 |
| Organization | > Bestiaria Support Staff < |
| References | <jadusb$to5$1@dont-email.me> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2930.1321903307.27778.python-list@python.org> (permalink) |
On Mon, 21 Nov 2011 08:39:37 -0800, "W. eWatson"
<wolftracks@invalid.com> declaimed the following in
gmane.comp.python.general:
>
> My criterion for success is that it puts IDLE as a choice for editor on
> the menu produced with a right-click on a py file. So far no response on
> this has solved the problem.
>
> I know it sets up that way on a 2.5 and 2.4 on other PCs I have.
>
I have three computers here:
-=-=-=-=-=- Desktop
WinXP Pro 32-bit, 3.4GHz hyper-threaded P4
ActiveState ActivePython 2.5.2.2 (Python 2.5.2)
Right click menu has "open" (run with python.exe if .py, run with
pythonw.exe if .pyw), and "edit" (opens PythonWin)
NO IDLE option on right click. No IDLE option in
"start/programs/activestate activepython 2.5"
-=-=-=-=-=- Old laptop
WinXP Home 32-bit, 2.66GHz P4
ActiveState ActivePython 2.5.5.7 (Python 2.5.5)
Right click menu has "open" (as above) and "edit with PythonWin".
NO IDLE option on right click. Did not check "start/programs/..."
-=-=-=-=-=- New laptop
Win7 Home Premium 64-bit, 2.2GHz i7-2720QM (quad core hyperthreaded)
ActiveState ActivePython 2.7.1.4 for 64-bit (Python 2.7.1)
NO IDLE option on right click. IDLE shortcut found as "start/all
programs/activepython (64-bit)/idle", and it runs properly (it did take
some 15-20 seconds though to bring up the IDLE Tk window). The shortcut
properties are:
Target: c:\python27_64\lib\idlelib\idle.bat
Start in: c:\python27_64
(Note that it is a .bat file that is referenced, and such is a "native"
windows executable file)
ALSO have
ActiveState Active Python 2.7.1.4 for 32-bit
IDLE shortcut found at "start/all programs/activepython/idle".
Properties are similar to above except instead of "python27_64" they
have "python27" only
-=-=-=-=-=-
So, out of two generations of 32-bit Python 2.5, and 64 and 32 bit
versions of Python 2.7, on three computers, NONE of mine have a
right-click option for IDLE.
> I do know that IDLE appears on the Win 7 Start menu, but, when used,
> nothing happens. Well, OK, for about 3 seconds the Win 7 "working" icon
> spins around then zip, nothing. Further, right-clicking on Properties
> of IDLE (GUI) produces a tabbed dialog. It shows Start in:
> c:\Python32\, and None for shortcut. There is a compatibility tab,
But what does it show for TARGET!
> Going directly to ...\Lib\idlelib\idle.pyw produces the spinning icon.
> At least, that's what happens in 3.2.2, but in the 32-bit versions I
> tried, I would get "invalid Win 32 app".
>
Possibly because you are trying to start a 32-bit version with a
default "open" for .pyw files that runs the 64-bit Python.exe; so the
DLLs are mixed architecture.
> Some have suggested a registry problem, but I don't have a clue how to
> play with that, or somehow clean it up, if there is a problem. My PC
> behaves normally
>
Since none of your problems appear to be related to Python itself,
but rather to the Windows configuration of the Python system, I'd have
to disagree.
> I'm using Win 7 Premium.
Home, Pro, Ultimate (or whatever the top level is?
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-21 08:39 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-11-21 17:12 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Cousin Stanley <cousinstanley@gmail.com> - 2011-11-21 17:52 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-21 11:21 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-22 07:57 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-22 10:01 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Anssi Saari <as@sci.fi> - 2011-11-23 14:16 +0200
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-23 10:21 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Terry Reedy <tjreedy@udel.edu> - 2011-11-22 17:50 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Terry Reedy <tjreedy@udel.edu> - 2011-11-21 18:07 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-22 08:12 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. alex23 <wuwei23@gmail.com> - 2011-11-21 19:00 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-22 08:14 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-11-22 19:15 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Michael Torrie <torriem@gmail.com> - 2011-11-23 23:15 -0700
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alan Meyer <ameyer2@yahoo.com> - 2011-11-22 13:55 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alan Meyer <ameyer2@yahoo.com> - 2011-11-22 14:29 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-22 12:05 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alan Meyer <ameyer2@yahoo.com> - 2011-11-22 22:45 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Sibylle Koczian <nulla.epistola@web.de> - 2011-11-23 22:13 +0100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-22 19:29 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-22 19:46 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-22 22:43 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-23 09:33 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-23 09:38 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Arnaud Delobelle <arnodel@gmail.com> - 2011-11-23 18:29 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Ben Finney <ben+python@benfinney.id.au> - 2011-11-24 08:49 +1100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-24 13:24 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alan Meyer <ameyer2@yahoo.com> - 2011-11-23 17:29 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Matt Joiner <anacrolix@gmail.com> - 2011-11-24 09:58 +1100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-24 13:18 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-24 13:22 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alexander Kapps <alex.kapps@web.de> - 2011-11-25 00:18 +0100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-25 00:16 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Terry Reedy <tjreedy@udel.edu> - 2011-11-24 20:06 -0500
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-25 04:37 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-24 20:49 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. MaxTheMouse <maxthemouse@googlemail.com> - 2011-11-25 08:31 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Sibylle Koczian <nulla.epistola@web.de> - 2011-11-25 20:52 +0100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Mark Tolonen <metolone@gmail.com> - 2011-11-25 20:26 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-25 23:13 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. MaxTheMouse <maxthemouse@googlemail.com> - 2011-11-26 08:22 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alexander Kapps <alex.kapps@web.de> - 2011-11-25 00:37 +0100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-23 17:43 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Tony the Tiger <tony@tiger.invalid> - 2011-11-24 17:25 -0600
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-25 00:04 +0000
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alexander Kapps <alex.kapps@web.de> - 2011-11-25 01:32 +0100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-24 20:49 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-24 20:49 -0800
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Chris Angelico <rosuav@gmail.com> - 2011-11-25 19:04 +1100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Tony the Tiger <tony@tiger.invalid> - 2011-11-25 16:07 -0600
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Alexander Kapps <alex.kapps@web.de> - 2011-11-26 02:34 +0100
Re: What I do and do not know about installing Python on Win 7 with regard to IDLE. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-11-23 10:21 -0800
RE: What I do and do not know about installing Python on Win 7 withregard to IDLE. "Alemu Tadesse" <atadesse@sunedison.com> - 2011-11-23 00:48 -0600
Re: What I do and do not know about installing Python on Win 7 withregard to IDLE. John Gordon <gordon@panix.com> - 2011-11-23 16:08 +0000
Re: What I do and do not know about installing Python on Win 7 withregard to IDLE. "W. eWatson" <wolftracks@invalid.com> - 2011-11-23 09:35 -0800
csiph-web