| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 15 Jan 2026 04:27:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100218121004
location: https://web.archive.org/web/20100218121004/https://python26.darwinports.com/
server-timing: captures_list;dur=0.482519, exclusion.robots;dur=0.034479, exclusion.robots.policy;dur=0.025951, esindex;dur=0.009182, cdx.remote;dur=13.573723, LoadShardBlock;dur=85.674789, PetaboxLoader3.datanode;dur=67.610634, PetaboxLoader3.resolve;dur=11.439233
x-app-server: wwwb-app220-dc8
x-ts: 302
x-tr: 125
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 15 Jan 2026 04:27:37 GMT
content-type: text/html
x-archive-orig-date: Thu, 18 Feb 2010 11:53:37 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Thu, 18 Feb 2010 12:10:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100218074730_crawl102-c/51_14_20100218115822_crawl103.arc.gz
server-timing: captures_list;dur=1.151063, exclusion.robots;dur=0.018801, exclusion.robots.policy;dur=0.009122, esindex;dur=0.009082, cdx.remote;dur=15.805353, LoadShardBlock;dur=180.023528, PetaboxLoader3.datanode;dur=181.594172, PetaboxLoader3.resolve;dur=115.657549, load_resource;dur=154.388650
x-app-server: wwwb-app220-dc8
x-ts: 200
x-tr: 423
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Python26 version 2.6.4 - How to Download and Install on Mac OS X
|
|||||||||
Thursday the 18th of February, 2010 |
|||||||||
python26 most recent diffversion 2.6.4
Scroll down toward the bottom of the page to get installation instructions for python26. The raw portfile for python26 2.6.4 is located here: https://python26.darwinports.com/dports/lang/python26/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/python26 The python26 Portfile 59935 2009-10-27 20:00:42Z blb PortSystem 1.0 PortGroup select 1.0 Name: python26 Version: 2.6.4 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] Category: lang Platform: darwin Maintainers: blb mcalhoun Description: An interpreted, object-oriented programming language Long Description: Python is an interpreted, interactive, object-oriented programming language. Homepage: https://www.python.org/ Master Sites: ${homepage}/ftp/python/${version}/ ftp://ftp.python.org/pub/python/${version}/ distname Python-${version} use_bzip2 yes Checksums: md5 fee5408634a54e721a93531aba37f8c1 sha1 bee572680d1966501247cb2b26e0e51f94d1cd13 rmd160 fd33853842110fa3636dd296f2f27646fd2b151a # patch-Lib-distutils-dist.py.diff comes from # <https://bugs.python.org/issue1180> # Setting PYTHONHOME with patch-Mac-IDLE-Makefile.in.diff, # patch-Mac-Makefile.in.diff, and patch-Mac-PythonLauncher-Makefile.in.diff # is to work around https://bugs.python.org/issue5766 # patch-readlinefix.diff comes from # <https://bugs.python.org/issue5833> Patch Files: patch-Makefile.pre.in.diff patch-setup.py.diff patch-Lib-cgi.py.diff patch-Lib-distutils-dist.py.diff patch-Mac-IDLE-Makefile.in.diff patch-Mac-Makefile.in.diff patch-Mac-PythonLauncher-Makefile.in.diff patch-Mac-Tools-Doc-setup.py.diff patch-readlinefix.diff patch-Lib-ctypes-macholib-dyld.py.diff depends_lib port:gettext port:zlib port:openssl port:tk port:sqlite3 port:db46 port:ncurses port:gdbm port:bzip2 port:readline configure.args --enable-framework=${frameworks_dir} --enable-ipv6 configure.cppflags-append -I${prefix}/include/ncurses post-patch { reinplace "s| reinplace "s| # See https://trac.macports.org/changeset/37861 reinplace "s|xargs -0 rm -r|/usr/bin/xargs -0 /bin/rm -r|g" ${worksrcpath}/Mac/PythonLauncher/Makefile.in # https://trac.macports.org/ticket/21517 system "cd ${worksrcpath} && ed - Modules/_localemodule.c < ${filespath}/_localemodule.c.ed" system "cd ${worksrcpath} && ed - Lib/locale.py < ${filespath}/locale.py.ed" if {${os.platform} == "darwin" && ${os.major} > 9} { # https://trac.macports.org/ticket/21559 system "cd ${worksrcpath} && ed - Modules/posixmodule.c < ${filespath}/posixmodule.c.ed" } } build.target all test.run yes test.target test destroot.target frameworkinstall maninstall # ensure that correct compiler is used build.args-append MAKE="${build.cmd} CC=${configure.cc}" destroot.args-append MAKE="${destroot.cmd} CC=${configure.cc}" select.group python select.file ${filespath}/python[string map {. {}} ${branch}] post-destroot { set framewpath ${frameworks_dir}/Python.framework set framewdir ${framewpath}/Versions/${branch} foreach dir { Headers Resources Python Versions/Current } { file delete ${destroot}${framewpath}/${dir} } ln -s ${framewdir}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1 ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib ln -s ${framewdir}/bin/2to3 ${destroot}${prefix}/bin/2to3-${branch} # Without this, LINKFORSHARED is set to # ... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) # (this becomes Python.framework/Versions/2.6/Python) which doesn't # quite work (see ticket #15099); instead specifically list the # full path to the proper Python framework file (which becomes # ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Python) reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${framewdir}/lib/python${branch}/config/Makefile foreach unversionedFile {idle pydoc python python-config pythonw smtpd.py} { delete ${destroot}${prefix}/bin/${unversionedFile} } } post-activate { ui_msg "\nTo fully complete your installation and make python $branch the default, please run \n\tsudo port install python_select \n\tsudo python_select $name\n" } platform darwin { post-configure { # See https://trac.macports.org/ticket/18376 system "cd ${worksrcpath} && ed - pyconfig.h < ${filespath}/pyconfig.ed" } } Variant: universal { post-patch { set universal_arch_flags {} set arch_run_32bit {} foreach arch ${universal_archs} { lappend universal_arch_flags -arch ${arch} if { ${arch}=="i386" || ${arch}=="ppc" } { lappend arch_run_32bit -${arch} } } reinplace "s|UNIVERSAL_ARCH_FLAGS=\".*\"|UNIVERSAL_ARCH_FLAGS=\"${universal_arch_flags}\"|" ${worksrcpath}/configure if {${os.major} >= 9} { reinplace "s|ARCH_RUN_32BIT=\".*\"|ARCH_RUN_32BIT=\"arch ${arch_run_32bit}\"|" ${worksrcpath}/configure } } if {${macosx_version} == "10.4" && ${os.arch} == "powerpc"} { configure.args-append --enable-universalsdk=${developer_dir}/SDKs/MacOSX10.4u.sdk } else { configure.args-append --enable-universalsdk=/ } } Variant: ucs4 description {Enable support for UCS4} { configure.args-append --enable-unicode=ucs4 } Variant: no_tkinter description {Disable Tkinter support, which will break IDLE} { patchfiles-append patch-setup_no_tkinter.py.diff depends_lib-delete port:tk } livecheck.type regex livecheck.url ${homepage}download/releases/ livecheck.regex Python (${branch}(?:\\.\\d+)*) If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/python26You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using python26 with these commands: % man python26 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




