Home | History | Annotate | Download | only in system

Lines Matching refs:python

31 """Support for automatically downloading Python packages from an URL."""
54 """Supports automatically installing Python packages from an URL.
62 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
64 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",
156 text = ("# This file is required for Python to search this "
265 # available in Python 2.6 but not in earlier versions.
354 message = ('Could not download Python modules from URL "%s".\n'
396 """Install a python package from an URL.
428 """Install a python package from an URL.
511 url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
515 url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",