"Markus Franz" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

I am a little puzzled about your variable declaration and use:

> import sys, os, time
> texts = ['this is text1', 'this is text 2']

You don't seem to use 'texts',

> for current_text in env_sources[0:]:

or define 'env_sources',

> pid = os.fork()
> if pid == 0:
> time.sleep(2)
> print current_text
> break

so I don't see how this could run (even with indents inserted back).  What 
am I missing?

Terry J. Reedy 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to