Lines Matching refs:pythonret
2667 my $pythonret = `python.exe -c "quit()" 2>&1`;
2669 print STDERR "can't launch the python interpreter: $pythonret\n";
2678 my $pythonret = `"$python_command" -c "quit()" 2>&1`;
2680 die "can't launch $python_command: $pythonret\n";
2690 my $pythonret = `"$python_command" -c "import argparse" 2>&1`;
2693 die "can't find python module 'argparse': $pythonret\n";
2695 print STDERR "can't find python module 'argparse': $pythonret\n";
2703 $pythonret = `"$python_command" -c "from ply import *" 2>&1`;
2706 die "can't find python module 'ply': $pythonret\n";
2708 print STDERR "can't find python module 'ply': $pythonret\n";
2717 $pythonret = `"$python_command" -c "import win32api" 2>&1`;
2720 die "can't find python module 'win32api': $pythonret\n";
2723 "can't find python module 'win32api': $pythonret\n";
2732 $pythonret = `"$python_command" -c "import win32con" 2>&1`;
2735 die "can't find python module 'win32con': $pythonret\n";
2738 "can't find python module 'win32con': $pythonret\n";