1 message in org.python.python-bugs-list[ python-Bugs-913581 ] PythonLauncher...
FromSent OnAttachments
SourceForge.netMar 10, 2004 12:06 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-913581 ] PythonLauncher-run scripts have funny $CWDActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 10, 2004 12:06:29 pm
List:org.python.python-bugs-list

Bugs item #913581, was opened at 2004-03-10 17:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=913581&group_id=5470

Category: Macintosh Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jack Jansen (jackjansen) Assigned to: Jack Jansen (jackjansen) Summary: PythonLauncher-run scripts have funny $CWD

Initial Comment: PythonLauncher suffers from the general .app problem that it's working directory is "/". This affects scripts run with PythonLauncher without a terminal window: they inherit that home directory.

Scripts run with a terminal window get $HOME as working directory.

PythonLauncher should do something unified, best is probably to either always use $HOME, or to use the directory where the script is located.

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