Home | History | Annotate | Download | only in thirdparty

Lines Matching defs:installer

64 installer = AutoInstaller(append_to_search_path=True,
66 installer.install(url="http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip",
71 installer = AutoInstaller(target_dir=autoinstalled_dir)
73 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",
75 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
77 installer.install(url="http://www.adambarth.com/webkit/eliza",
84 installer = AutoInstaller(target_dir=irc_dir)
85 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="irclib.py")
86 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="ircbot.py")
89 installer = AutoInstaller(target_dir=pywebsocket_dir)
90 installer.install(url="http://pywebsocket.googlecode.com/files/mod_pywebsocket-0.5.2.tar.gz",