Message133885
I had kind of figured it might be something like this. I ran the following code in the xterm interpreter:
>>> x=subprocess.call('ls')
bin Documents eclipse local Pictures tmp workspace
Desktop Downloads hamlib Music Templates Videos
>>> print(x)
0
It does not capture the output. |
|
Date |
User |
Action |
Args |
2011-04-16 07:32:03 | Thekent | set | recipients:
+ Thekent, terry.reedy, ned.deily |
2011-04-16 07:32:03 | Thekent | set | messageid: <1302939123.84.0.154005675414.issue11820@psf.upfronthosting.co.za> |
2011-04-16 07:32:03 | Thekent | link | issue11820 messages |
2011-04-16 07:32:03 | Thekent | create | |
|