Open two python interactors

Hi all,

I have a script with four steps in order to segment different coronary regions. I need my script to wait so I can manually do the segmentation. Is there any way I can run the script, let it waiting and then wake it up (for example, by setting a variable)? It would be useful if I can use two python interactors and both of them can see the variables.
Interactor 1: waits
Interactor 2: wakes up

Thanks,