[issue1599] IDLE hangs if os.spwanv command is given

2008-02-15 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: No response from OP, closing. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue1599] IDLE hangs if os.spwanv command is given

2008-01-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Does it fail for foo.py: def foo(): pass >>> import os >>> os.spawnv(os.P_NOWAIT, 'foo.py', '') 5026 >>> __ Tracker <[EMAIL PROTECTED]> __ _

[issue1599] IDLE hangs if os.spwanv command is given

2008-01-23 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Removed file: http://bugs.python.org/file9032/unnamed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Un

[issue1599] IDLE hangs if os.spwanv command is given

2007-12-27 Thread Pooja
Pooja added the comment: Hi Kurt I have mentioned in my issue 1599 that i was working on IDLE 2.5 and Win 32. Regards Pooja "Kurt B. Kaiser" <[EMAIL PROTECTED]> wrote: New submission from Kurt B. Kaiser: Worked for me on Arch GNU/Linux using IDLE 2.6a0. What OS and Version are you r

[issue1599] IDLE hangs if os.spwanv command is given

2007-12-27 Thread Kurt B. Kaiser
New submission from Kurt B. Kaiser: Worked for me on Arch GNU/Linux using IDLE 2.6a0. What OS and Version are you running? Does it fail for foo.py: def foo(): pass >>> import os >>> os.spawnv(os.P_NOWAIT, 'foo.py', '') 5026 >>> -- assignee: -> kbk nosy: +kbk priority: -> no

[issue1599] IDLE hangs if os.spwanv command is given

2007-12-11 Thread Pooja
Changes by Pooja: -- components: IDLE nosy: Pooja severity: normal status: open title: IDLE hangs if os.spwanv command is given versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> __ _