[Python-bugs-list] [ python-Bugs-634078 ] Need to install IDLE

noreply@sourceforge.net noreply@sourceforge.net
Tue, 05 Nov 2002 14:31:43 -0800


Bugs item #634078, was opened at 2002-11-05 16:43
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=634078&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Nobody/Anonymous (nobody)
Summary: Need to install IDLE

Initial Comment:
On Windows, IDLE is installed in the start menu, but on
Unix, it is not installed at all. It would be nice if
it was invokable simply by typing

  idle

in the shell.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-11-05 17:31

Message:
Logged In: YES 
user_id=6380

Actually, I believe I've seen a Linux distro that had idle
installed.

And what's wrong with installing idle?


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

Comment By: Martin v. Löwis (loewis)
Date: 2002-11-05 17:24

Message:
Logged In: YES 
user_id=21627

Maybe. This would be a deviation from the past, so I'm sure
users will be surprised if 'make install' does that. For
people building binary distributions, there probably needs
to be a target that does the traditional install only, or
they need to invoke altinstall bininstall maninstall but not
idleinstall.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-11-05 17:16

Message:
Logged In: YES 
user_id=6380

Maybe "make install" should do this then?

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-11-05 17:14

Message:
Logged In: YES 
user_id=21627

Notice that there is a working distutils configuration for
idle. Just do 'python setup.py install', and you get an idle
executable in your path.

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

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