easy_install.txt Time-stamp: <2010-10-14 16:41:12 Kato Ryuichi> ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< 1. How To Install ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< [1] $ cd Downloads/ [2] $ mkdir easy_install.build [3] $ cd easy_install.build/ [4] $ wget http://peak.telecommunity.com/dist/ez_setup.py --2010-10-14 13:03:08-- http://peak.telecommunity.com/dist/ez_setup.py peak.telecommunity.com をDNSに問いあわせています... 209.190.5.234 peak.telecommunity.com|209.190.5.234|:80 に接続しています... 接続しました。 HTTP による接続要求を送信しました、応答を待っています... 200 OK 長さ: 10285 (10K) [text/plain] `ez_setup.py' に保存中 100%[=============================================================>] 10,285 22.1K/s 時間 0.5s 2010-10-14 13:03:10 (22.1 KB/s) - `ez_setup.py' へ保存完了 [10285/10285] [5] $ sudo python ez_setup.py [sudo] password for kato: Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg Processing setuptools-0.6c11-py2.6.egg Copying setuptools-0.6c11-py2.6.egg to /usr/local/lib/python2.6/dist-packages Adding setuptools 0.6c11 to easy-install.pth file Installing easy_install script to /usr/local/bin Installing easy_install-2.6 script to /usr/local/bin Installed /usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg Processing dependencies for setuptools==0.6c11 Finished processing dependencies for setuptools==0.6c11 ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< 2. Install benchmarker ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< [1] $ sudo easy_install benchmarker Searching for benchmarker Reading http://pypi.python.org/simple/benchmarker/ Best match: Benchmarker 1.1.0 Downloading http://pypi.python.org/packages/2.6/B/Benchmarker/Benchmarker-1.1.0-py2.6.egg#md5=1298ea1b6f204cbb974f56ebdf41348e Processing Benchmarker-1.1.0-py2.6.egg Moving Benchmarker-1.1.0-py2.6.egg to /usr/local/lib/python2.6/dist-packages Adding Benchmarker 1.1.0 to easy-install.pth file Installed /usr/local/lib/python2.6/dist-packages/Benchmarker-1.1.0-py2.6.egg Processing dependencies for benchmarker Finished processing dependencies for benchmarker [2] $ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import benchmarker >>> ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< 3. Install OpenGL ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< $ sudo easy_install PyOpenGL Searching for pyopengl Reading http://pypi.python.org/simple/pyopengl/ Reading http://pyopengl.sourceforge.net Reading http://sourceforge.net/projects/pyopengl/files/PyOpenGL/ Reading https://sourceforge.net/project/showfiles.php?group_id=5988&package_id=6035 Reading http://pyopengl.sourceforge.net/ctypes/ Reading http://sourceforge.net/project/showfiles.php?group_id=5988 Best match: PyOpenGL 3.0.1 Downloading http://sourceforge.net/projects/pyopengl/files/PyOpenGL/3.0.1/PyOpenGL-3.0.1.zip/download Processing download Running PyOpenGL-3.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-pQNpVg/PyOpenGL-3.0.1/egg-dist-tmp-mD5ebe zip_safe flag not set; analyzing archive contents... OpenGL.wrapper: module references __file__ OpenGL.Tk.__init__: module references __file__ OpenGL.platform.ctypesloader: module references __file__ Adding PyOpenGL 3.0.1 to easy-install.pth file Installed /usr/local/lib/python2.6/dist-packages/PyOpenGL-3.0.1-py2.6.egg Processing dependencies for pyopengl Finished processing dependencies for pyopengl [EOF]