Author jorend
Recipients
Date 2003-08-05.14:40:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=18139

Yep, this bit me, too.

This bug is caused by:

http://sourceforge.net/tracker/index.php?func=detail&aid=436259&group_id=5470&atid=105470
[ 436259 ] [Windows] exec*/spawn* problem with spaces in args

As that bug notes, distutils already works around this. 
Idle could borrow the same workaround, except with P_NOWAIT.

Hey, maybe the workaround could be polished and published as
"os.spawn(executable, args, env=None, wait=False,
search_path=False)".  Neat.

Cheers, and thanks for Python.
History
Date User Action Args
2007-08-23 14:15:32adminlinkissue780451 messages
2007-08-23 14:15:32admincreate