Python モジュールのインストール(pywinauto)

ダウンロードして解凍して、そのフォルダに入ってコマンドラインから setup.py を実行する

$ python setup.py install
running install
running build
running build_py
creating build
creating build\lib
creating build\lib\pywinauto
copying pywinauto\application.py -> build\lib\pywinauto
copying pywinauto\clipboard.py -> build\lib\pywinauto
copying pywinauto\controlproperties.py -> build\lib\pywinauto
copying pywinauto\findbestmatch.py -> build\lib\pywinauto
copying pywinauto\findwindows.py -> build\lib\pywinauto
copying pywinauto\fuzzydict.py -> build\lib\pywinauto
copying pywinauto\handleprops.py -> build\lib\pywinauto
copying pywinauto\SendKeysCtypes.py -> build\lib\pywinauto
copying pywinauto\sk_test.py -> build\lib\pywinauto
copying pywinauto\taskbar.py -> build\lib\pywinauto
copying pywinauto\tictacto_sendkeys.py -> build\lib\pywinauto
copying pywinauto\timings.py -> build\lib\pywinauto
copying pywinauto\win32defines.py -> build\lib\pywinauto
copying pywinauto\win32functions.py -> build\lib\pywinauto
copying pywinauto\win32structures.py -> build\lib\pywinauto
copying pywinauto\XMLHelpers.py -> build\lib\pywinauto
copying pywinauto\__init__.py -> build\lib\pywinauto
creating build\lib\pywinauto\tests
copying pywinauto\tests\allcontrols.py -> build\lib\pywinauto\tests
copying pywinauto\tests\asianhotkey.py -> build\lib\pywinauto\tests
copying pywinauto\tests\changedtext.py -> build\lib\pywinauto\tests
copying pywinauto\tests\comboboxdroppedheight.py -> build\lib\pywinauto\tests
copying pywinauto\tests\comparetoreffont.py -> build\lib\pywinauto\tests
copying pywinauto\tests\leadtrailspaces.py -> build\lib\pywinauto\tests
copying pywinauto\tests\miscvalues.py -> build\lib\pywinauto\tests
copying pywinauto\tests\missalignmen2t.py -> build\lib\pywinauto\tests
copying pywinauto\tests\missalignment.py -> build\lib\pywinauto\tests
copying pywinauto\tests\missingextrastring.py -> build\lib\pywinauto\tests
copying pywinauto\tests\overlapping.py -> build\lib\pywinauto\tests
copying pywinauto\tests\repeatedhotkey.py -> build\lib\pywinauto\tests
copying pywinauto\tests\translation.py -> build\lib\pywinauto\tests
copying pywinauto\tests\truncation.py -> build\lib\pywinauto\tests
copying pywinauto\tests\_menux.py -> build\lib\pywinauto\tests
copying pywinauto\tests\__init__.py -> build\lib\pywinauto\tests
creating build\lib\pywinauto\controls
copying pywinauto\controls\Accessability HwndWrapper.py -> build\lib\pywinauto\controls
copying pywinauto\controls\Accessability win32_controls.py -> build\lib\pywinauto\controls
copying pywinauto\controls\common_controls.py -> build\lib\pywinauto\controls
copying pywinauto\controls\HwndWrapper.py -> build\lib\pywinauto\controls
copying pywinauto\controls\menuwrapper.py -> build\lib\pywinauto\controls
copying pywinauto\controls\win32_controls.py -> build\lib\pywinauto\controls
copying pywinauto\controls\__init__.py -> build\lib\pywinauto\controls
running install_lib
creating c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\application.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\clipboard.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\controlproperties.py -> c:\Python27\Lib\site-packages\pywinauto
creating c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\Accessability HwndWrapper.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\Accessability win32_controls.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\common_controls.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\HwndWrapper.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\menuwrapper.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\win32_controls.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\controls\__init__.py -> c:\Python27\Lib\site-packages\pywinauto\controls
copying build\lib\pywinauto\findbestmatch.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\findwindows.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\fuzzydict.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\handleprops.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\SendKeysCtypes.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\sk_test.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\taskbar.py -> c:\Python27\Lib\site-packages\pywinauto
creating c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\allcontrols.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\asianhotkey.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\changedtext.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\comboboxdroppedheight.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\comparetoreffont.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\leadtrailspaces.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\miscvalues.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\missalignmen2t.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\missalignment.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\missingextrastring.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\overlapping.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\repeatedhotkey.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\translation.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\truncation.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\_menux.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tests\__init__.py -> c:\Python27\Lib\site-packages\pywinauto\tests
copying build\lib\pywinauto\tictacto_sendkeys.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\timings.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\win32defines.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\win32functions.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\win32structures.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\XMLHelpers.py -> c:\Python27\Lib\site-packages\pywinauto
copying build\lib\pywinauto\__init__.py -> c:\Python27\Lib\site-packages\pywinauto
byte-compiling c:\Python27\Lib\site-packages\pywinauto\application.py to application.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\clipboard.py to clipboard.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controlproperties.py to controlproperties.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\Accessability HwndWrapper.py to Accessability HwndWrapper.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\Accessability win32_controls.py to Accessability win32_controls.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\common_controls.py to common_controls.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\HwndWrapper.py to HwndWrapper.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\menuwrapper.py to menuwrapper.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\win32_controls.py to win32_controls.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\controls\__init__.py to __init__.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\findbestmatch.py to findbestmatch.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\findwindows.py to findwindows.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\fuzzydict.py to fuzzydict.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\handleprops.py to handleprops.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\SendKeysCtypes.py to SendKeysCtypes.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\sk_test.py to sk_test.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\taskbar.py to taskbar.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\allcontrols.py to allcontrols.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\asianhotkey.py to asianhotkey.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\changedtext.py to changedtext.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\comboboxdroppedheight.py to comboboxdroppedheight.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\comparetoreffont.py to comparetoreffont.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\leadtrailspaces.py to leadtrailspaces.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\miscvalues.py to miscvalues.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\missalignmen2t.py to missalignmen2t.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\missalignment.py to missalignment.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\missingextrastring.py to missingextrastring.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\overlapping.py to overlapping.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\repeatedhotkey.py to repeatedhotkey.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\translation.py to translation.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\truncation.py to truncation.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\_menux.py to _menux.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tests\__init__.py to __init__.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\tictacto_sendkeys.py to tictacto_sendkeys.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\timings.py to timings.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\win32defines.py to win32defines.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\win32functions.py to win32functions.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\win32structures.py to win32structures.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\XMLHelpers.py to XMLHelpers.pyc
byte-compiling c:\Python27\Lib\site-packages\pywinauto\__init__.py to __init__.pyc
running install_egg_info
Writing c:\Python27\Lib\site-packages\pywinauto-0.4.0-py2.7.egg-info
The following module has to be installed before running pywinauto...
        SendKeys