Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread Marek Nowicki
Dnia 20-09-2006 o 07:58:56 Ronald Oussoren <[EMAIL PROTECTED]> napisał: > Thanks for the detailed bug report, although to nit-pick it would > have been better to file the report at http://www.sf.net/projects/ > python ;-) I think that this isn't problem with python but with IDLE and I think that

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread Ronald Oussoren
On Wednesday, September 20, 2006, at 01:18PM, Marek Nowicki <[EMAIL PROTECTED]> wrote: >Dnia 20-09-2006 o 07:58:56 Ronald Oussoren <[EMAIL PROTECTED]> >napisa?: >> Thanks for the detailed bug report, although to nit-pick it would >> have been better to file the report at http://www.sf.net/pro

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread Marek Nowicki
Dnia 20-09-2006 o 13:53:45 Ronald Oussoren <[EMAIL PROTECTED]> napisał: >>> Thanks for the detailed bug report, although to nit-pick it would >>> have been better to file the report at http://www.sf.net/projects/ >>> python ;-) >> >> I think that this isn't problem with python but with IDLE and I

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread Tal Einat
Hi all, another WinXP SP2 user here.   First of all, this should be reproducible on any platform by running IDLE with the "-n" flag.   On windows, the Python installer adds a "Edit with IDLE" context menu entry. The OP mentioned that the problem only occurred when he opened the file in this method

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread Ronald Oussoren
On Sep 20, 2006, at 9:43 PM, Tal Einat wrote: P.S. The reason "Edit with IDLE" opens IDLE without a subprocess is that in the current version there can only be one instance of IDLE with a subprocess. I have submitted a patch to workaround this, and which allows multiple version of IDLE t

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread Ronald Oussoren
On Sep 20, 2006, at 10:27 PM, John Zelle wrote: To me, the issue is not so much a single user editing multiple files, but rather the situation when you have a shared machine with multiple (simultaneous) users, as is frequently the case in a lab environment. With a fixed port, remote and loc

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-20 Thread John Zelle
To me, the issue is not so much a single user editing multiple files, but rather the situation when you have a shared machine with multiple (simultaneous) users, as is frequently the case in a lab environment. With a fixed port, remote and local users cannot both be running IDLE. If this patch