How can one make the python script wait until some process launched with os.system()
call is completed ? For example a code like
import subprocess
subprocess.call('gnome-chess')
With this i have to wait until gnome-chess
is not closed
What i want is just wait until gnome-chess
is not stated