Lines Matching refs:script
389 # or maybe it's not installed and the idle.py script is being
629 print>>tkerr, '*** Error in script or command!\n'
1394 -r file run script from file
1402 [arg]* are passed to the command (-c) or script (-r) in sys.argv[1:].
1421 Open a shell window, run a startup script, enable the debugger, and
1426 Open a shell window, run the script piped in, passing '' in sys.argv[0]
1438 script = None
1463 script = a
1464 if os.path.isfile(script):
1467 print "No script file: ", script
1486 elif script:
1487 sys.argv = [script] + args
1515 if not (cmd or script):
1543 if shell and cmd or script:
1551 elif script:
1552 shell.interp.prepend_syspath(script)
1553 shell.interp.execfile(script)