How to install Python 2.7 on Centos


Step 1:

wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
[root@tutorialspots ~]# wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
--2016-05-06 05:54:29--  http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
Resolving www.python.org... 23.235.39.223
Connecting to www.python.org|23.235.39.223|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz [following]
--2016-05-06 05:54:29--  https://www.python.org/ftp/python/2.7.2/Python-2.7.2.tg
z
Connecting to www.python.org|23.235.39.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14091337 (13M) [application/octet-stream]
Saving to: `Python-2.7.2.tgz'

100%[======================================>] 14,091,337  7.96M/s   in 1.7s

2016-05-06 05:54:31 (7.96 MB/s) - `Python-2.7.2.tgz' saved [14091337/14091337]

Step 2:

tar -xzvf Python-2.7.2.tgz

Result:

...
Python-2.7.2/Misc/python-config.in
Python-2.7.2/Misc/README
Python-2.7.2/Misc/python.man
Python-2.7.2/Misc/README.coverity
Python-2.7.2/Misc/cheatsheet
Python-2.7.2/Misc/BeOS-NOTES
Python-2.7.2/Misc/ACKS
Python-2.7.2/Misc/README.klocwork
Python-2.7.2/Misc/valgrind-python.supp
Python-2.7.2/Misc/README.OpenBSD
Python-2.7.2/Misc/vgrindefs
Python-2.7.2/Misc/indent.pro
Python-2.7.2/Misc/RPM/
Python-2.7.2/Misc/RPM/python-2.7.spec
Python-2.7.2/Misc/RPM/README
Python-2.7.2/Misc/NEWS
Python-2.7.2/Misc/python.pc.in
Python-2.7.2/Misc/README.AIX
Python-2.7.2/Misc/gdbinit
Python-2.7.2/Misc/HISTORY
Python-2.7.2/Misc/README.valgrind
Python-2.7.2/Misc/developers.txt
Python-2.7.2/Misc/Porting
Python-2.7.2/Misc/python-wing3.wpr
Python-2.7.2/Misc/maintainers.rst
Python-2.7.2/Misc/setuid-prog.c
Python-2.7.2/Misc/pymemcompat.h
Python-2.7.2/Misc/Vim/
Python-2.7.2/Misc/Vim/syntax_test.py
Python-2.7.2/Misc/Vim/vimrc
Python-2.7.2/Misc/Vim/vim_syntax.py
Python-2.7.2/Misc/Vim/python.vim
Python-2.7.2/configure
Python-2.7.2/Grammar/
Python-2.7.2/Grammar/Grammar
Python-2.7.2/Mac/
Python-2.7.2/Mac/IDLE/
Python-2.7.2/Mac/IDLE/Makefile.in
Python-2.7.2/Mac/IDLE/config-extensions.def
Python-2.7.2/Mac/IDLE/idlemain.py
Python-2.7.2/Mac/IDLE/Info.plist.in
Python-2.7.2/Mac/IDLE/config-main.def
Python-2.7.2/Mac/Tools/
Python-2.7.2/Mac/Tools/fixapplepython23.py
Python-2.7.2/Mac/Tools/pythonw.c
Python-2.7.2/Mac/Makefile.in
Python-2.7.2/Mac/BuildScript/
Python-2.7.2/Mac/BuildScript/resources/
Python-2.7.2/Mac/BuildScript/resources/Welcome.rtf
Python-2.7.2/Mac/BuildScript/resources/ReadMe.txt
Python-2.7.2/Mac/BuildScript/resources/background.jpg
Python-2.7.2/Mac/BuildScript/build-installer.py
Python-2.7.2/Mac/BuildScript/seticon.m
Python-2.7.2/Mac/BuildScript/scripts/
Python-2.7.2/Mac/BuildScript/scripts/postflight.documentation
Python-2.7.2/Mac/BuildScript/scripts/postflight.framework
Python-2.7.2/Mac/BuildScript/scripts/postflight.patch-profile
Python-2.7.2/Mac/BuildScript/README.txt
Python-2.7.2/Mac/BuildScript/ncurses-5.5.patch
Python-2.7.2/Mac/Resources/
Python-2.7.2/Mac/Resources/app/
Python-2.7.2/Mac/Resources/app/Resources/
Python-2.7.2/Mac/Resources/app/Resources/PythonInterpreter.icns
Python-2.7.2/Mac/Resources/app/Resources/PythonApplet.icns
Python-2.7.2/Mac/Resources/app/Info.plist.in
Python-2.7.2/Mac/Resources/app/PkgInfo
Python-2.7.2/Mac/Resources/framework/
Python-2.7.2/Mac/Resources/framework/Info.plist.in
Python-2.7.2/Mac/Icons/
Python-2.7.2/Mac/Icons/PythonCompiled.icns
Python-2.7.2/Mac/Icons/ReadMe.txt
Python-2.7.2/Mac/Icons/PythonSource.icns
Python-2.7.2/Mac/Icons/PythonLauncher.icns
Python-2.7.2/Mac/Icons/IDLE.icns
Python-2.7.2/Mac/Icons/Disk Image.icns
Python-2.7.2/Mac/Icons/Python Folder.icns
Python-2.7.2/Mac/README
Python-2.7.2/Mac/PythonLauncher/
Python-2.7.2/Mac/PythonLauncher/PreferencesWindowController.m
Python-2.7.2/Mac/PythonLauncher/Makefile.in
Python-2.7.2/Mac/PythonLauncher/factorySettings.plist
Python-2.7.2/Mac/PythonLauncher/MyAppDelegate.h
Python-2.7.2/Mac/PythonLauncher/PreferencesWindowController.h
Python-2.7.2/Mac/PythonLauncher/doscript.m
Python-2.7.2/Mac/PythonLauncher/MyAppDelegate.m
Python-2.7.2/Mac/PythonLauncher/main.m
Python-2.7.2/Mac/PythonLauncher/doscript.h
Python-2.7.2/Mac/PythonLauncher/FileSettings.h
Python-2.7.2/Mac/PythonLauncher/English.lproj/
Python-2.7.2/Mac/PythonLauncher/English.lproj/Credits.rtf
Python-2.7.2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Python-2.7.2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/MainMenu.nib/
Python-2.7.2/Mac/PythonLauncher/English.lproj/MainMenu.nib/classes.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/MainMenu.nib/objects.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/MainMenu.nib/info.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Python-2.7.2/Mac/PythonLauncher/English.lproj/MyDocument.nib/classes.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/MyDocument.nib/objects.nib
Python-2.7.2/Mac/PythonLauncher/English.lproj/MyDocument.nib/info.nib
Python-2.7.2/Mac/PythonLauncher/Info.plist.in
Python-2.7.2/Mac/PythonLauncher/MyDocument.m
Python-2.7.2/Mac/PythonLauncher/MyDocument.h
Python-2.7.2/Mac/PythonLauncher/FileSettings.m
Python-2.7.2/Mac/scripts/
Python-2.7.2/Mac/scripts/mkestrres-errno.h
Python-2.7.2/Mac/scripts/buildpkg.py
Python-2.7.2/Mac/scripts/BuildApplet.py
Python-2.7.2/Mac/scripts/cachersrc.py
Python-2.7.2/Mac/scripts/BuildApplet.plist
Python-2.7.2/Mac/scripts/zappycfiles.py
Python-2.7.2/Mac/scripts/BuildApplet.icns
Python-2.7.2/Mac/scripts/errors.txt
Python-2.7.2/Mac/scripts/BuildApplet.rsrc
Python-2.7.2/Mac/scripts/mkestrres-macerrors.h
Python-2.7.2/Mac/scripts/bgenall.py
Python-2.7.2/Mac/scripts/genallsuites.py
Python-2.7.2/Mac/scripts/mkestrres.py
Python-2.7.2/Mac/Extras.install.py
Python-2.7.2/Mac/Extras.ReadMe.txt
Python-2.7.2/Mac/Modules/
Python-2.7.2/Mac/Modules/mlte/
Python-2.7.2/Mac/Modules/mlte/mltesupport.py
Python-2.7.2/Mac/Modules/mlte/mltescan.py
Python-2.7.2/Mac/Modules/mlte/_Mltemodule.c
Python-2.7.2/Mac/Modules/autoGIL.c
Python-2.7.2/Mac/Modules/folder/
Python-2.7.2/Mac/Modules/folder/folderscan.py
Python-2.7.2/Mac/Modules/folder/_Foldermodule.c
Python-2.7.2/Mac/Modules/folder/foldersupport.py
Python-2.7.2/Mac/Modules/cm/
Python-2.7.2/Mac/Modules/cm/cmscan.py
Python-2.7.2/Mac/Modules/cm/cmsupport.py
Python-2.7.2/Mac/Modules/cm/_Cmmodule.c
Python-2.7.2/Mac/Modules/icn/
Python-2.7.2/Mac/Modules/icn/icnsupport.py
Python-2.7.2/Mac/Modules/icn/_Icnmodule.c
Python-2.7.2/Mac/Modules/icn/icnscan.py
Python-2.7.2/Mac/Modules/snd/
Python-2.7.2/Mac/Modules/snd/_Sndmodule.c
Python-2.7.2/Mac/Modules/snd/sndsupport.py
Python-2.7.2/Mac/Modules/snd/_Sndihooks.c
Python-2.7.2/Mac/Modules/snd/sndscan.py
Python-2.7.2/Mac/Modules/qdoffs/
Python-2.7.2/Mac/Modules/qdoffs/qdoffsscan.py
Python-2.7.2/Mac/Modules/qdoffs/qdoffssupport.py
Python-2.7.2/Mac/Modules/qdoffs/_Qdoffsmodule.c
Python-2.7.2/Mac/Modules/win/
Python-2.7.2/Mac/Modules/win/_Winmodule.c
Python-2.7.2/Mac/Modules/win/winscan.py
Python-2.7.2/Mac/Modules/win/winsupport.py
Python-2.7.2/Mac/Modules/win/winedit.py
Python-2.7.2/Mac/Modules/file/
Python-2.7.2/Mac/Modules/file/filescan.py
Python-2.7.2/Mac/Modules/file/_Filemodule.c
Python-2.7.2/Mac/Modules/file/filesupport.py
Python-2.7.2/Mac/Modules/list/
Python-2.7.2/Mac/Modules/list/listscan.py
Python-2.7.2/Mac/Modules/list/_Listmodule.c
Python-2.7.2/Mac/Modules/list/listsupport.py
Python-2.7.2/Mac/Modules/te/
Python-2.7.2/Mac/Modules/te/tescan.py
Python-2.7.2/Mac/Modules/te/_TEmodule.c
Python-2.7.2/Mac/Modules/te/tesupport.py
Python-2.7.2/Mac/Modules/fm/
Python-2.7.2/Mac/Modules/fm/_Fmmodule.c
Python-2.7.2/Mac/Modules/fm/fmscan.py
Python-2.7.2/Mac/Modules/fm/fmsupport.py
Python-2.7.2/Mac/Modules/qd/
Python-2.7.2/Mac/Modules/qd/_Qdmodule.c
Python-2.7.2/Mac/Modules/qd/qdscan.py
Python-2.7.2/Mac/Modules/qd/qdsupport.py
Python-2.7.2/Mac/Modules/qd/qdedit.py
Python-2.7.2/Mac/Modules/scrap/
Python-2.7.2/Mac/Modules/scrap/_Scrapmodule.c
Python-2.7.2/Mac/Modules/scrap/scrapscan.py
Python-2.7.2/Mac/Modules/scrap/scrapsupport.py
Python-2.7.2/Mac/Modules/help/
Python-2.7.2/Mac/Modules/help/helpscan.py
Python-2.7.2/Mac/Modules/help/helpsupport.py
Python-2.7.2/Mac/Modules/help/_Helpmodule.c
Python-2.7.2/Mac/Modules/osa/
Python-2.7.2/Mac/Modules/osa/osasupport.py
Python-2.7.2/Mac/Modules/osa/setup.py
Python-2.7.2/Mac/Modules/osa/osascan.py
Python-2.7.2/Mac/Modules/osa/_OSAmodule.c
Python-2.7.2/Mac/Modules/Nav.c
Python-2.7.2/Mac/Modules/qt/
Python-2.7.2/Mac/Modules/qt/setup.py
Python-2.7.2/Mac/Modules/qt/_Qtmodule.c
Python-2.7.2/Mac/Modules/qt/qtscan.py
Python-2.7.2/Mac/Modules/qt/qtsupport.py
Python-2.7.2/Mac/Modules/cg/
Python-2.7.2/Mac/Modules/cg/CGStubLib.readme
Python-2.7.2/Mac/Modules/cg/cgscan.py
Python-2.7.2/Mac/Modules/cg/CGStubLib.exp
Python-2.7.2/Mac/Modules/cg/cgsupport.py
Python-2.7.2/Mac/Modules/cg/CFMLateImport.h
Python-2.7.2/Mac/Modules/cg/CGStubLib
Python-2.7.2/Mac/Modules/cg/CFMLateImport.c
Python-2.7.2/Mac/Modules/cg/_CGmodule.c
Python-2.7.2/Mac/Modules/drag/
Python-2.7.2/Mac/Modules/drag/_Dragmodule.c
Python-2.7.2/Mac/Modules/drag/dragsupport.py
Python-2.7.2/Mac/Modules/drag/dragscan.py
Python-2.7.2/Mac/Modules/app/
Python-2.7.2/Mac/Modules/app/appscan.py
Python-2.7.2/Mac/Modules/app/appsupport.py
Python-2.7.2/Mac/Modules/app/_Appmodule.c
Python-2.7.2/Mac/Modules/launch/
Python-2.7.2/Mac/Modules/launch/setup.py
Python-2.7.2/Mac/Modules/launch/_Launchmodule.c
Python-2.7.2/Mac/Modules/launch/launchsupport.py
Python-2.7.2/Mac/Modules/launch/launchscan.py
Python-2.7.2/Mac/Modules/evt/
Python-2.7.2/Mac/Modules/evt/_Evtmodule.c
Python-2.7.2/Mac/Modules/evt/evtscan.py
Python-2.7.2/Mac/Modules/evt/evtsupport.py
Python-2.7.2/Mac/Modules/evt/evtedit.py
Python-2.7.2/Mac/Modules/cf/
Python-2.7.2/Mac/Modules/cf/pycfbridge.h
Python-2.7.2/Mac/Modules/cf/cfsupport.py
Python-2.7.2/Mac/Modules/cf/pycfbridge.c
Python-2.7.2/Mac/Modules/cf/cfscan.py
Python-2.7.2/Mac/Modules/cf/_CFmodule.c
Python-2.7.2/Mac/Modules/res/
Python-2.7.2/Mac/Modules/res/ressupport.py
Python-2.7.2/Mac/Modules/res/resedit.py
Python-2.7.2/Mac/Modules/res/_Resmodule.c
Python-2.7.2/Mac/Modules/res/resscan.py
Python-2.7.2/Mac/Modules/ctl/
Python-2.7.2/Mac/Modules/ctl/ctlscan.py
Python-2.7.2/Mac/Modules/ctl/ctlsupport.py
Python-2.7.2/Mac/Modules/ctl/_Ctlmodule.c
Python-2.7.2/Mac/Modules/ctl/ctledit.py
Python-2.7.2/Mac/Modules/gestaltmodule.c
Python-2.7.2/Mac/Modules/ibcarbon/
Python-2.7.2/Mac/Modules/ibcarbon/_IBCarbon.c
Python-2.7.2/Mac/Modules/ibcarbon/IBCarbonsupport.py
Python-2.7.2/Mac/Modules/ibcarbon/IBCarbonscan.py
Python-2.7.2/Mac/Modules/MacOS.c
Python-2.7.2/Mac/Modules/menu/
Python-2.7.2/Mac/Modules/menu/menusupport.py
Python-2.7.2/Mac/Modules/menu/_Menumodule.c
Python-2.7.2/Mac/Modules/menu/menuscan.py
Python-2.7.2/Mac/Modules/menu/menuedit.py
Python-2.7.2/Mac/Modules/dlg/
Python-2.7.2/Mac/Modules/dlg/dlgscan.py
Python-2.7.2/Mac/Modules/dlg/_Dlgmodule.c
Python-2.7.2/Mac/Modules/dlg/dlgsupport.py
Python-2.7.2/Mac/Modules/ah/
Python-2.7.2/Mac/Modules/ah/ahscan.py
Python-2.7.2/Mac/Modules/ah/_AHmodule.c
Python-2.7.2/Mac/Modules/ah/ahsupport.py
Python-2.7.2/Mac/Modules/OSATerminology.c
Python-2.7.2/Mac/Modules/carbonevt/
Python-2.7.2/Mac/Modules/carbonevt/CarbonEvtsupport.py
Python-2.7.2/Mac/Modules/carbonevt/CarbonEvtscan.py
Python-2.7.2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
Python-2.7.2/Mac/Modules/ColorPickermodule.c
Python-2.7.2/Mac/Modules/icgluemodule.c
Python-2.7.2/Mac/Modules/_scproxy.c
Python-2.7.2/Mac/Modules/ae/
Python-2.7.2/Mac/Modules/ae/_AEmodule.c
Python-2.7.2/Mac/Modules/ae/README
Python-2.7.2/Mac/Modules/ae/aescan.py
Python-2.7.2/Mac/Modules/ae/aesupport.py
Python-2.7.2/Mac/Demo/
Python-2.7.2/Mac/Demo/example2/
Python-2.7.2/Mac/Demo/example2/dnslookup-2.rsrc
Python-2.7.2/Mac/Demo/example2/dnslookup-2.gif
Python-2.7.2/Mac/Demo/example2/dnslookup-2.py
Python-2.7.2/Mac/Demo/mlte/
Python-2.7.2/Mac/Demo/mlte/mlted.py
Python-2.7.2/Mac/Demo/example1.html
Python-2.7.2/Mac/Demo/quicktime/
Python-2.7.2/Mac/Demo/quicktime/MovieInWindow.py
Python-2.7.2/Mac/Demo/quicktime/VerySimplePlayer.py
Python-2.7.2/Mac/Demo/PICTbrowse/
Python-2.7.2/Mac/Demo/PICTbrowse/oldPICTbrowse.py
Python-2.7.2/Mac/Demo/PICTbrowse/oldPICTbrowse.rsrc
Python-2.7.2/Mac/Demo/PICTbrowse/ICONbrowse.py
Python-2.7.2/Mac/Demo/PICTbrowse/PICTbrowse.rsrc
Python-2.7.2/Mac/Demo/PICTbrowse/PICTbrowse.py
Python-2.7.2/Mac/Demo/PICTbrowse/PICTbrowse2.py
Python-2.7.2/Mac/Demo/PICTbrowse/cicnbrowse.py
Python-2.7.2/Mac/Demo/textedit/
Python-2.7.2/Mac/Demo/textedit/ped.py
Python-2.7.2/Mac/Demo/resources/
Python-2.7.2/Mac/Demo/resources/listres.py
Python-2.7.2/Mac/Demo/resources/copyres.py
Python-2.7.2/Mac/Demo/html.icons/
Python-2.7.2/Mac/Demo/html.icons/createmake.png
Python-2.7.2/Mac/Demo/html.icons/options.gif
Python-2.7.2/Mac/Demo/html.icons/mkapplet.gif
Python-2.7.2/Mac/Demo/html.icons/python.gif
Python-2.7.2/Mac/Demo/html.icons/preferences.gif
Python-2.7.2/Mac/Demo/example0/
Python-2.7.2/Mac/Demo/example0/checktext.py
Python-2.7.2/Mac/Demo/index.html
Python-2.7.2/Mac/Demo/example2.html
Python-2.7.2/Mac/Demo/textedit.html
Python-2.7.2/Mac/Demo/imgbrowse/
Python-2.7.2/Mac/Demo/imgbrowse/imgbrowse.py
Python-2.7.2/Mac/Demo/imgbrowse/mac_image.py
Python-2.7.2/Mac/Demo/applescript/
Python-2.7.2/Mac/Demo/applescript/Disk_Copy/
Python-2.7.2/Mac/Demo/applescript/Disk_Copy/Standard_Suite.py
Python-2.7.2/Mac/Demo/applescript/Disk_Copy/__init__.py
Python-2.7.2/Mac/Demo/applescript/Disk_Copy/Utility_Events.py
Python-2.7.2/Mac/Demo/applescript/Disk_Copy/Special_Events.py
Python-2.7.2/Mac/Demo/applescript/makedisk.py
Python-2.7.2/Mac/Demo/example0.html
Python-2.7.2/Mac/Demo/applescript.html
Python-2.7.2/Mac/Demo/example1/
Python-2.7.2/Mac/Demo/example1/dnslookup-1.gif
Python-2.7.2/Mac/Demo/example1/dnslookup-1.rsrc
Python-2.7.2/Mac/Demo/example1/dnslookup-1.py
Python-2.7.2/Mac/Demo/sound/
Python-2.7.2/Mac/Demo/sound/morselib.py
Python-2.7.2/Mac/Demo/sound/playaiff.py
Python-2.7.2/Mac/Demo/sound/morse.py

Step 3:

cd Python-2.7.2

Step 4:

./configure
...
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking linux/tipc.h usability... yes
checking linux/tipc.h presence... yes
checking for linux/tipc.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... yes
checking for term.h... no
checking for linux/netlink.h... yes
checking for clock_t in time.h... yes
checking for makedev... yes
checking Solaris LFS bug... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for ssize_t... yes
checking size of int... 4
checking size of long... 4
checking size of void *... 4
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 16
checking size of size_t... 4
checking size of pid_t... 4
checking for long long support... yes
checking size of long long... 8
checking for long double support... yes
checking size of long double... 12
checking for _Bool support... yes
checking size of _Bool... 1
checking for uintptr_t... yes
checking size of uintptr_t... 4
checking size of off_t... 8
checking whether to enable large file support... yes
checking size of time_t... 4
checking for pthread_t... yes
checking size of pthread_t... 4
checking for --enable-toolbox-glue... no
checking for --enable-framework... no
checking for dyld... no
checking SO... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED...
checking SHLIBS... $(LIBS)
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for library containing sem_init... -lpthread
checking for textdomain in -lintl... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for pkg-config... /usr/bin/pkg-config
checking for --with-system-expat... no
checking for --with-system-ffi... no
checking for --with-dbmliborder...
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... linux-glibc
checking for OSX 10.5 SDK or later... no
checking for --with-doc-strings... yes
checking for --with-tsc... no
checking for --with-pymalloc... yes
checking for --with-valgrind... no
checking for --with-wctype-functions... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... MACHDEP_OBJS
checking for alarm... yes
checking for setitimer... yes
checking for getitimer... yes
checking for bind_textdomain_codeset... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for execv... yes
checking for fchmod... yes
checking for fchown... yes
checking for fork... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for gai_strerror... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getresuid... yes
checking for getresgid... yes
checking for getpwent... yes
checking for getspnam... yes
checking for getspent... yes
checking for getsid... yes
checking for getwd... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchmod... no
checking for lchown... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mremap... yes
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... yes
checking for pthread_init... no
checking for putenv... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for sem_open... yes
checking for sem_timedwait... yes
checking for sem_getvalue... yes
checking for sem_unlink... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setuid... yes
checking for setvbuf... yes
checking for snprintf... yes
checking for setlocale... (cached) yes
checking for setregid... (cached) yes
checking for setreuid... (cached) yes
checking for setresuid... yes
checking for setresgid... yes
checking for setsid... (cached) yes
checking for setpgid... (cached) yes
checking for setpgrp... (cached) yes
checking for setuid... (cached) yes
checking for setvbuf... (cached) yes
checking for snprintf... (cached) yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... yes
checking for truncate... yes
checking for uname... yes
checking for unsetenv... yes
checking for utimes... yes
checking for waitpid... yes
checking for wait3... yes
checking for wait4... yes
checking for wcscoll... yes
checking for _getpty... no
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... yes
checking for epoll... yes
checking for kqueue... no
checking for ctermid_r... no
checking for flock declaration... yes
checking for flock... yes
checking for getpagesize... yes
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... no
checking for lchflags... no
checking for inflateCopy in -lz... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for setgroups... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for forkpty... yes
checking for memmove... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for gettimeofday... yes
checking for major... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... no
checking for struct stat.st_gen... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_blocks... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... no
checking whether va_list is an array... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... yes
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking whether C doubles are little-endian IEEE 754 binary64... yes
checking whether C doubles are big-endian IEEE 754 binary64... no
checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
checking whether we can use gcc inline assembler to get and set x87 control word
... yes
checking for x87-style double rounding... yes
checking whether tanh preserves the sign of zero... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for copysign... yes
checking for erf... yes
checking for erfc... yes
checking for expm1... yes
checking for finite... yes
checking for gamma... yes
checking for hypot... yes
checking for lgamma... yes
checking for log1p... yes
checking for round... yes
checking for tgamma... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking whether isfinite is declared... yes
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... no
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
checking what type to use for unicode... unsigned short
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... none
checking for rl_callback_handler_install in -lreadline... no
checking for rl_pre_input_hook in -lreadline... no
checking for rl_completion_display_matches_hook in -lreadline... no
checking for rl_completion_matches in -lreadline... no
checking for broken nice()... no
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) yes
checking for working tzset()... yes
checking for tv_nsec in struct stat... yes
checking for tv_nsec2 in struct stat... no
checking whether mvwdelch is an expression... no
checking whether WINDOW has _flags... no
checking for is_term_resized... no
checking for resize_term... no
checking for resizeterm... no
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for %lld and %llu printf() format support... yes
checking for %zd printf() format support... yes
checking for socklen_t... yes
checking for build directories... done
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating Misc/python.pc
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile

Step 5:

make altinstall

python 2.7 install

...
                -x badsyntax /usr/local/lib/python2.7/site-packages
Listing /usr/local/lib/python2.7/site-packages ...
PYTHONPATH=/usr/local/lib/python2.7  \
                ./python -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2t
o3.patcomp.PatternCompiler()"
Creating directory /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/Python-ast.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/Python.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/abstract.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/asdl.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/ast.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/bitset.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/boolobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/bufferobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/bytearrayobject.h /usr/local/include/python
2.7
/usr/bin/install -c -m 644 ./Include/bytes_methods.h /usr/local/include/python2.
7
/usr/bin/install -c -m 644 ./Include/bytesobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/cStringIO.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/cellobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/ceval.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/classobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/cobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/code.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/codecs.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/compile.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/complexobject.h /usr/local/include/python2.
7
/usr/bin/install -c -m 644 ./Include/datetime.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/descrobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/dictobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/dtoa.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/enumobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/errcode.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/eval.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/fileobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/floatobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/frameobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/funcobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/genobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/graminit.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/grammar.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/import.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/intobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/intrcheck.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/iterobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/listobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/longintrepr.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/longobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/marshal.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/memoryobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/metagrammar.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/methodobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/modsupport.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/moduleobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/node.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/object.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/objimpl.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/opcode.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/osdefs.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/parsetok.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/patchlevel.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pgen.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pgenheaders.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/py_curses.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyarena.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pycapsule.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyctype.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pydebug.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyerrors.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyexpat.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyfpe.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pygetopt.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymacconfig.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymactoolbox.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymath.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymem.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyport.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pystate.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pystrcmp.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pystrtod.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pythonrun.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/pythread.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/rangeobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/setobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/sliceobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/stringobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/structmember.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/structseq.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/symtable.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/sysmodule.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/timefuncs.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/token.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/traceback.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/tupleobject.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/ucnhash.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/unicodeobject.h /usr/local/include/python2.
7
/usr/bin/install -c -m 644 ./Include/warnings.h /usr/local/include/python2.7
/usr/bin/install -c -m 644 ./Include/weakrefobject.h /usr/local/include/python2.
7
/usr/bin/install -c -m 644 pyconfig.h /usr/local/include/python2.7/pyconfig.h
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/usr/local/bin/python2.7," < ./Misc/python-config.in >python
-config
Creating directory /usr/local/lib/python2.7/config
Creating directory /usr/local/lib/pkgconfig
/usr/bin/install -c -m 644 Modules/config.c /usr/local/lib/python2.7/config/conf
ig.c
/usr/bin/install -c -m 644 Modules/python.o /usr/local/lib/python2.7/config/pyth
on.o
/usr/bin/install -c -m 644 ./Modules/config.c.in /usr/local/lib/python2.7/config
/config.c.in
/usr/bin/install -c -m 644 Makefile /usr/local/lib/python2.7/config/Makefile
/usr/bin/install -c -m 644 Modules/Setup /usr/local/lib/python2.7/config/Setup
/usr/bin/install -c -m 644 Modules/Setup.local /usr/local/lib/python2.7/config/S
etup.local
/usr/bin/install -c -m 644 Modules/Setup.config /usr/local/lib/python2.7/config/
Setup.config
/usr/bin/install -c -m 644 Misc/python.pc /usr/local/lib/pkgconfig/python-2.7.pc
/usr/bin/install -c ./Modules/makesetup /usr/local/lib/python2.7/config/makesetu
p
/usr/bin/install -c ./install-sh /usr/local/lib/python2.7/config/install-sh
/usr/bin/install -c python-config /usr/local/bin/python2.7-config
rm python-config
./python -E ./setup.py install \
                --prefix=/usr/local \
                --install-scripts=/usr/local/bin \
                --install-platlib=/usr/local/lib/python2.7/lib-dynload \
                --root=/
running install
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers

Python build finished, but the necessary bits to build these modules were not fo
und:
_bsddb             _curses            _curses_panel
_sqlite3           _tkinter           bsddb185
bz2                dbm                gdbm
readline           sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module'
s name.

running build_scripts
running install_lib
creating /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/dl.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/_codecs_iso2022.so -> /usr/local/lib/python2.7/
lib-dynload
copying build/lib.linux-i686-2.7/future_builtins.so -> /usr/local/lib/python2.7/
lib-dynload
copying build/lib.linux-i686-2.7/fcntl.so -> /usr/local/lib/python2.7/lib-dynloa
d
copying build/lib.linux-i686-2.7/select.so -> /usr/local/lib/python2.7/lib-dynlo
ad
copying build/lib.linux-i686-2.7/strop.so -> /usr/local/lib/python2.7/lib-dynloa
d
copying build/lib.linux-i686-2.7/ossaudiodev.so -> /usr/local/lib/python2.7/lib-
dynload
copying build/lib.linux-i686-2.7/cmath.so -> /usr/local/lib/python2.7/lib-dynloa
d
copying build/lib.linux-i686-2.7/_json.so -> /usr/local/lib/python2.7/lib-dynloa
d
copying build/lib.linux-i686-2.7/_random.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/binascii.so -> /usr/local/lib/python2.7/lib-dyn
load
copying build/lib.linux-i686-2.7/math.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/_socket.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/_multibytecodec.so -> /usr/local/lib/python2.7/
lib-dynload
copying build/lib.linux-i686-2.7/_multiprocessing.so -> /usr/local/lib/python2.7
/lib-dynload
copying build/lib.linux-i686-2.7/_ctypes.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/_bisect.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/time.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/_lsprof.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/_codecs_kr.so -> /usr/local/lib/python2.7/lib-d
ynload
copying build/lib.linux-i686-2.7/parser.so -> /usr/local/lib/python2.7/lib-dynlo
ad
copying build/lib.linux-i686-2.7/_codecs_tw.so -> /usr/local/lib/python2.7/lib-d
ynload
copying build/lib.linux-i686-2.7/datetime.so -> /usr/local/lib/python2.7/lib-dyn
load
copying build/lib.linux-i686-2.7/_struct.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/crypt.so -> /usr/local/lib/python2.7/lib-dynloa
d
copying build/lib.linux-i686-2.7/audioop.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/_hashlib.so -> /usr/local/lib/python2.7/lib-dyn
load
copying build/lib.linux-i686-2.7/_hotshot.so -> /usr/local/lib/python2.7/lib-dyn
load
copying build/lib.linux-i686-2.7/_codecs_jp.so -> /usr/local/lib/python2.7/lib-d
ynload
copying build/lib.linux-i686-2.7/_codecs_hk.so -> /usr/local/lib/python2.7/lib-d
ynload
copying build/lib.linux-i686-2.7/nis.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/syslog.so -> /usr/local/lib/python2.7/lib-dynlo
ad
copying build/lib.linux-i686-2.7/unicodedata.so -> /usr/local/lib/python2.7/lib-
dynload
copying build/lib.linux-i686-2.7/_collections.so -> /usr/local/lib/python2.7/lib
-dynload
copying build/lib.linux-i686-2.7/mmap.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/_elementtree.so -> /usr/local/lib/python2.7/lib
-dynload
copying build/lib.linux-i686-2.7/cStringIO.so -> /usr/local/lib/python2.7/lib-dy
nload
copying build/lib.linux-i686-2.7/_io.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/linuxaudiodev.so -> /usr/local/lib/python2.7/li
b-dynload
copying build/lib.linux-i686-2.7/_heapq.so -> /usr/local/lib/python2.7/lib-dynlo
ad
copying build/lib.linux-i686-2.7/array.so -> /usr/local/lib/python2.7/lib-dynloa
d
copying build/lib.linux-i686-2.7/cPickle.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/pyexpat.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/_testcapi.so -> /usr/local/lib/python2.7/lib-dy
nload
copying build/lib.linux-i686-2.7/operator.so -> /usr/local/lib/python2.7/lib-dyn
load
copying build/lib.linux-i686-2.7/_csv.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/imageop.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/spwd.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/termios.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/grp.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/zlib.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/_locale.so -> /usr/local/lib/python2.7/lib-dynl
oad
copying build/lib.linux-i686-2.7/resource.so -> /usr/local/lib/python2.7/lib-dyn
load
copying build/lib.linux-i686-2.7/_functools.so -> /usr/local/lib/python2.7/lib-d
ynload
copying build/lib.linux-i686-2.7/_codecs_cn.so -> /usr/local/lib/python2.7/lib-d
ynload
copying build/lib.linux-i686-2.7/_ctypes_test.so -> /usr/local/lib/python2.7/lib
-dynload
copying build/lib.linux-i686-2.7/_ssl.so -> /usr/local/lib/python2.7/lib-dynload
copying build/lib.linux-i686-2.7/itertools.so -> /usr/local/lib/python2.7/lib-dy
nload
changing mode of /usr/local/lib/python2.7/lib-dynload/dl.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_codecs_iso2022.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/future_builtins.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/fcntl.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/select.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/strop.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/ossaudiodev.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/cmath.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_json.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_random.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/binascii.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/math.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_socket.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_multibytecodec.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_multiprocessing.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_ctypes.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_bisect.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/time.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_lsprof.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_codecs_kr.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/parser.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_codecs_tw.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/datetime.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_struct.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/crypt.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/audioop.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_hashlib.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_hotshot.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_codecs_jp.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_codecs_hk.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/nis.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/syslog.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/unicodedata.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_collections.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/mmap.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_elementtree.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/cStringIO.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_io.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/linuxaudiodev.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_heapq.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/array.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/cPickle.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/pyexpat.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_testcapi.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/operator.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_csv.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/imageop.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/spwd.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/termios.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/grp.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/zlib.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_locale.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/resource.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_functools.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_codecs_cn.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_ctypes_test.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/_ssl.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/itertools.so to 755
changing mode of /usr/local/lib/python2.7/lib-dynload/ to 755
running install_scripts
copying build/scripts-2.7/smtpd.py -> /usr/local/bin
copying build/scripts-2.7/2to3 -> /usr/local/bin
copying build/scripts-2.7/pydoc -> /usr/local/bin
copying build/scripts-2.7/idle -> /usr/local/bin
changing mode of /usr/local/bin/smtpd.py to 755
changing mode of /usr/local/bin/2to3 to 755
changing mode of /usr/local/bin/pydoc to 755
changing mode of /usr/local/bin/idle to 755
running install_egg_info
Writing /usr/local/lib/python2.7/lib-dynload/Python-2.7.2-py2.7.egg-info

1 Comment

Leave a Reply