[Python-bugs-list] [ python-Bugs-625734 ] IDE starts in / on OSX

noreply@sourceforge.net noreply@sourceforge.net
Sun, 20 Oct 2002 10:16:13 -0700


Bugs item #625734, was opened at 2002-10-19 23:23
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=625734&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Just van Rossum (jvr)
Summary: IDE starts in / on OSX

Initial Comment:
On OSX the IDE (the macho version) starts with / is the working directory. If you're trying out some code this may have interesting consequences.

It may be a good idea to chdir() either to the users' home directory or the users' desktop folder if the IDE has been started from the finder (which can be deduced from the presence of the -psn_xxxx in sys.argv[1]).

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

>Comment By: Just van Rossum (jvr)
Date: 2002-10-20 19:16

Message:
Logged In: YES 
user_id=92689

Fixed in rev. 1.23 of Mac/Tools/IDE/PythonIDEMain.py

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

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