Lines Matching refs:python_command
697 my $python_command = "python.exe";
1058 $python_command = $val;
1283 print "python-command: $python_command\n";
2676 print "checking for $python_command\n";
2678 my $pythonret = `"$python_command" -c "quit()" 2>&1`;
2680 die "can't launch $python_command: $pythonret\n";
2683 if ($python_command !~ /\.exe$/i) {
2684 $python_command = $python_command . ".exe";
2690 my $pythonret = `"$python_command" -c "import argparse" 2>&1`;
2703 $pythonret = `"$python_command" -c "from ply import *" 2>&1`;
2717 $pythonret = `"$python_command" -c "import win32api" 2>&1`;
2732 $pythonret = `"$python_command" -c "import win32con" 2>&1`;
2746 $configvar{"PYTHON"} = "$python_command";