Message17479
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.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:15:32 | admin | link | issue780451 messages |
| 2007-08-23 14:15:32 | admin | create | |
|