Running python interpreter inside script 23 Oct 2019 Just add the bellow to the script import code; code.interact(local=locals()) Cheers