The current parallel python implementation requires scripts to be wrapped in ``` if __name__ == "__main__": freeze_support() ... [script] ... ``` This is quite annoying, perhaps there is a better way of assuring parallel processes work correctly.