Lines Matching refs:python
40 my $macPythonURL = "http://www.python.org/ftp/python/2.6.5/python-2.6.5-macosx10.3-2010-03-24.dmg";
42 my $macPythonInstallerName = "Python.mpkg";
51 # Will exit 0 if Python is 2.5 or greater, non-zero otherwise.
52 `python -c "import sys;sys.exit(sys.version_info[:2] < (2,5))"`;
92 print "sudo will now ask for your password to run the Python installer.\n";
93 print "The installer will install Python in /Library/Frameworks/Python.framework\n";
112 print "Mounted python install image at: $mountPoint\n";
130 --check-only Check python version only.
135 # Congrats, your Python is fine.
141 print "Your Python version is insufficient to run WebKit's Python code. Please update.\n";
146 installMacPython() or die "Failed to install Python.";
148 checkPythonVersion() or die "Final version check failed, must have failed to update Python";
149 print "Successfully updated python.\n";