[Python-bugs-list] [ python-Bugs-786827 ] IDLE starts with no menus (Cygwin build of python2.3)

SourceForge.net noreply at sourceforge.net
Thu Aug 14 08:20:03 EDT 2003


Bugs item #786827, was opened at 2003-08-11 11:58
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=786827&group_id=5470

Category: IDLE
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Duane Kaufman (duanekaufman)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE starts with no menus (Cygwin build of python2.3)

Initial Comment:
When started from a Cygwin window 
(duane at USD22C821 /cygdrive/d/my_python/Cygwin_test
$ /usr/lib/python2.3/idlelib/idle.py) The IDLE window has 
no menus.

If started as:
duane at USD22C821 /cygdrive/d/my_python/Cygwin_test
$ /usr/lib/python2.3/idlelib/idle.py -n

(no subprocess) the menus are present.

Starting Python:
duane at USD22C821 /cygdrive/d/my_python/Cygwin_test
$ python
Python 2.3 (#1, Aug  1 2003, 15:01:23)
[GCC 3.2 20020927 (prerelease)] on cygwin
Type "help", "copyright", "credits" or "license" for more 
information.
>>>

Win2k SP2

Duane Kaufman
duane.kaufman at med.ge.com

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

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-08-14 09:20

Message:
Logged In: YES 
user_id=149084

It appears that IDLE can't start its subprocess.  I have
a patch in process that will give proper error messages
and timeouts under that condition, at least giving the
user a notice about the failure.  

Then there is the question why the subprocess doesn't
start under Cygwin.  There are no error messages in the
shell window?

I'm going to be away for a few days myself.

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

Comment By: Jason Tishler (jlt63)
Date: 2003-08-14 07:00

Message:
Logged In: YES 
user_id=86216

I would like to assign this (at least temporarily) to Kurt
for the following reasons:

1. I will be off-net for a while
2. I am not very familiar with Tkinter
3. I am not very familiar with IDLE
4. IDLE works fine under Python 2.2.3 with the identical
underlying software (e.g, Cygwin, Tcl/Tk, etc.)

However, IDLE under Python 2.3 could be tickling YA
Cygwin bug...

I will check in when I'm back...

Thanks.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-08-13 17:38

Message:
Logged In: YES 
user_id=33168

Jason, if you can't help can you assign to Kurt (kbk)?  Thanks.

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

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



More information about the Python-bugs-list mailing list