[Python-bugs-list] [ python-Bugs-778400 ] IDLE hangs when selecting "Edit with IDLE" from explorer

SourceForge.net noreply@sourceforge.net
Mon, 28 Jul 2003 00:10:14 -0700


Bugs item #778400, was opened at 2003-07-27 12:32
Message generated for change (Comment added) made by tebeka
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=778400&group_id=5470

Category: IDLE
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Miki Tebeka (tebeka)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE hangs when selecting "Edit with IDLE" from explorer

Initial Comment:
IDLE editor window hangs when right clicking a file and
selecting "Edit with IDLE"

Steps to reproduce:
o Open IDLE
o Open explorer
o Right click on a .py file
o Choose "Edit with IDLE"

A new IDLE edit window opens but it is not responding.
The original (shell) IDLE window works fine.

If you do the above without opening an IDLE shell it
works fine.

My system is win2k on IBM T30 (LapTop).

----------------------------------------------------------------------

>Comment By: Miki Tebeka (tebeka)
Date: 2003-07-28 10:10

Message:
Logged In: YES 
user_id=358087

When I change idle.pyw from

from idlelib.PyShell import main

to

import idlelib.PyShell
idlelib.PyShell.main()

I get a responsive IDLE edit window + a new shell window.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2003-07-27 19:53

Message:
Logged In: YES 
user_id=31435

Assigned to Kurt.  On Win2K the steps above don't create a 
problem for me, but I get a frozen window if I repeat the last 
two steps.  The whole failing sequence for me on a Win2K 
desktop box:

o Open IDLE
o Right click on a .py file
o Choose "Edit with IDLE"
o Right click on another .py file
o Choose "Edit with IDLE"

On Win98SE, the first "Edit with IDLE" works fine.  The 
second "Edit with IDLE" opens a new shell window but not a 
window for the selected .py file.  Third and subsequent "Edit 
with IDLE" steps have no visible effect (neither a new shell 
nor a new edit window open).

Something is left in a hosed state then:  if I close all the open 
IDLE windows, and try "Edit with IDLE" again, nothing visible 
happens.  The Win98SE task manager (Ctrl+Alt+Del) doesn't 
show any Python processes running at that point, and neither 
does WinTop.  It's still possible to start another IDLE, though.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=778400&group_id=5470