Skip to content

Instantly share code, notes, and snippets.

@Kursulla
Created July 6, 2013 15:58
Show Gist options
  • Save Kursulla/5940301 to your computer and use it in GitHub Desktop.
Save Kursulla/5940301 to your computer and use it in GitHub Desktop.
Call second python file from first one
import suboricess
child = subprocess.Popen("python called.py", shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment