Searched refs:pythonret (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/win32utils/
H A DConfigure2667 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\
[all...]

Completed in 14 milliseconds