hi all
How can diff python scripts be called from a main script which is again a .py? os.system("pyth on external_script .py") works fine, but what if I want to handle the un handled exceptions of the external scripts in the main script??
thanx in advance
How can diff python scripts be called from a main script which is again a .py? os.system("pyth on external_script .py") works fine, but what if I want to handle the un handled exceptions of the external scripts in the main script??
thanx in advance
Comment