[Patches] [ python-Patches-578667 ] Put IDE scripts in ~/Library

SourceForge.net noreply@sourceforge.net
Tue, 18 Mar 2003 06:38:18 -0800


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

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Just van Rossum (jvr)
Summary: Put IDE scripts in ~/Library

Initial Comment:
Just,
here's a patch that was part of a larger set and this one was unrelated to the rest(unfortunately I've forgotten who sent it). The patch moves the IDE scripts folder to ~/Library when running on OSX.

This is a good idea, because it allows people to have their own private set of IDE scripts, even if a sysadmin has installed Python. But: the patch as-is is probably not good enough, as there is no place for system-wide scripts anymore. (Scripts will also be shared between MacPython IDE and MachoPython IDE, which is also nice)

You may want to look at providing two scripts folders, one in the normal location (i.e. somewhere in the Python tree) and one in ~/Library.

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

>Comment By: Jack Jansen (jackjansen)
Date: 2003-03-18 15:38

Message:
Logged In: YES 
user_id=45365

Just,
shouldn't this be closed?

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

Comment By: Just van Rossum (jvr)
Date: 2002-07-08 16:47

Message:
Logged In: YES 
user_id=92689

It was Tony Lownds. I'm all for the intentions of the patch, but I see it will 
fail on MacPython, which doesn't support os.environ["HOME"]. But I 
guess that statement could simply be replaced by the appropriate 
FindFolder() call.

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

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