[Tutor] Re: Tutor Digest, Vol 2, Issue 28

Charlie Clark charlie at begeistert.org
Mon Sep 15 20:48:25 EDT 2003


On 2003-09-15 at 16:06:18 [+0000], tutor-request at python.org wrote:
> Here's what might script currently looks like:
> import os
> 
> files = os.listdir(os.curdir)
> 
> os.popen("/boot/apps/Becasso/Becasso -S3")

This seems to be the culprit! Needs to be run as detached process with "&".

I'm still struggling with other problems closely associated with my not 
quite understanding the subtleties of popen, etc. so help still appreciated.

Charlie



More information about the Tutor mailing list