Thread problems

Tomek rtomek at hotmail.com
Thu May 8 11:00:44 EDT 2003


It did not need different computer to get it running.
The thread .run() function had a line:

os.system("csh my_script.csh &")

only changing this line to:

os.system("csh my_script.csh")

to make the program run in 'foreground' seem to fix all my problems. I 
am still interested why it did not work with the old code. Any 
suggestions are appreciated...

Tomek


> 
> I will try running it on different computer / version of linux today...
> 
> Thanks,
> 
> Tomek
> 





More information about the Python-list mailing list