Message83130
| Author | ocean-city |
|---|---|
| Recipients | ocean-city, pakal |
| Date | 2009-03-04.19:48:09 |
| SpamBayes Score | 3.961033e-06 |
| Marked as misclassified | No |
| Message-id | <1236196091.99.0.170318712232.issue4192@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Probably this happens because receiever.py doesn't wait for flooder.py
termination, and pipe end is closed when recieiver.py terminates.
Does this code work for you?
p = subprocess.Popen("python
flooder.py",stdin=subprocess.PIPE,stdout=subprocess.PIPE)
p.wait() |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-03-04 19:48:12 | ocean-city | set | recipients: + ocean-city, pakal |
| 2009-03-04 19:48:11 | ocean-city | set | messageid: <1236196091.99.0.170318712232.issue4192@psf.upfronthosting.co.za> |
| 2009-03-04 19:48:10 | ocean-city | link | issue4192 messages |
| 2009-03-04 19:48:09 | ocean-city | create | |