[Patches] [ python-Patches-606134 ] install_IDLE target in Mac/OSX/Makefile

noreply@sourceforge.net noreply@sourceforge.net
Thu, 12 Sep 2002 15:04:57 -0700


Patches item #606134, was opened at 2002-09-07 23:24
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=606134&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony Lownds (tonylownds)
Assigned to: Jack Jansen (jackjansen)
Summary: install_IDLE target in Mac/OSX/Makefile

Initial Comment:
With this patch, IDLE is installed if _tkinter is
found, just like the IDE.

Also, /Library/Frameworks, ~/Library/Frameworks and
/Network/Library/Frameworks are added to the path.

Includes the diffs from patch 606067.


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

>Comment By: Jack Jansen (jackjansen)
Date: 2002-09-13 00:04

Message:
Logged In: YES 
user_id=45365

Tony, I'm applying the patches except for the one that adds the /Library/Python and friends to sys.path.

I want to think about the right location for these a bit longer. On the one hand I think that /Library/Application Support/Python may be better (but you might argue that these aren't specifically bound to the Python *application* but to the framework, which may also be used by other things). On the second hand I may want to add a python version number in there somewhere. On the third hand I may want to add a "Lib" bit in there as well, as I also want to use that base folder as a place to keep IDE scripts, Python Install Manager packages, etc. And on the fourth hand:-) this isn't very useful until distutils learns about it. Actually, it may be more confusing to unsuspecting users...

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

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