| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 20:17:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090807235225
location: https://web.archive.org/web/20090807235225/https://python26.darwinports.com/
server-timing: captures_list;dur=0.520865, exclusion.robots;dur=0.039936, exclusion.robots.policy;dur=0.029979, esindex;dur=0.010053, cdx.remote;dur=25.609323, LoadShardBlock;dur=452.457864, PetaboxLoader3.resolve;dur=25.119690, PetaboxLoader3.datanode;dur=401.072497
x-app-server: wwwb-app211-dc8
x-ts: 302
x-tr: 506
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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: Sun, 11 Jan 2026 20:17:36 GMT
content-type: text/html
x-archive-orig-date: Fri, 07 Aug 2009 23:46:12 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: Fri, 07 Aug 2009 23:52:25 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_11_20090807130552_crawl103_IndexOnly.gpg-c/51_11_20090807233953_crawl103.arc.gz
server-timing: captures_list;dur=0.680728, exclusion.robots;dur=0.027864, exclusion.robots.policy;dur=0.012605, esindex;dur=0.016302, cdx.remote;dur=25.669933, LoadShardBlock;dur=192.757975, PetaboxLoader3.datanode;dur=127.631635, PetaboxLoader3.resolve;dur=144.338147, load_resource;dur=137.207522
x-app-server: wwwb-app211-dc8
x-ts: 200
x-tr: 430
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 - How to Download and Install on Mac OS X
|
|||||||||
Friday the 7th of August, 2009 |
|||||||||
python26 most recent diffversion 2.6
Scroll down toward the bottom of the page to get installation instructions for python26. The raw portfile for python26 2.6 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 42317 2008-11-19 02:05:08Z mcalhoun PortSystem 1.0 Name: python26 Version: 2.6 Revision: 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}/ # ftp.python.jp works, but no 2.6 as of 2008-10-05 # ftp://ftp.python.jp/ftp.python.org/python/${version}/ distname Python-${version} extract.suffix .tgz Checksums: md5 d16d29a77db2cd3af882a591f431a403 sha1 d7fd08304b66cb4020786a7ee5aa452235046ecd rmd160 b44d5cc7efa198b21f41e43e1d28af60875f0a4e # Can be removed once MacPorts 1.7.0 is released if {![info exists applications_dir]} { set applications_dir /Applications/MacPorts } if {![info exists frameworks_dir]} { set frameworks_dir ${prefix}/Library/Frameworks } # patch-Lib-distutils-dist.py.diff comes from # <https://bugs.python.org/issue1180> 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 depends_lib port:gettext port:zlib configure.args --enable-shared --enable-framework=${frameworks_dir} --enable-ipv6 use_parallel_build no 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 } build.target all test.run yes test.target test destroot.target frameworkinstall maninstall 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 # install select file for python_select xinstall -m 755 -d ${destroot}${prefix}/etc/select/python xinstall -m 644 ${filespath}/${name} ${destroot}${prefix}/etc/select/python/ } 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" ui_msg "The program IDLE will not run until py26-tkinter is installed.\n" } platform darwin 7 { # there is no SystemStubs on 10.3 post-patch { reinplace "s|-lSystemStubs||g" ${worksrcpath}/configure ${worksrcpath}/configure.in } post-configure { reinplace "s|-lSystemStubs||g" ${worksrcpath}/Makefile.pre.in ${worksrcpath}/Makefile.pre ${worksrcpath}/Makefile } # To avoid GCC incompatibility issue. See https://nxg.me.uk/note/2004/restFP/ (by ebgssth at gmail.com, ticket #13322) configure.ldflags-append "-lcc_dynamic" } platform darwin 9 { configure.cppflags-append -D__DARWIN_UNIX03 } platform darwin 10 { configure.compiler gcc-4.2 } Variant: universal { if {![info exists configure.universal_sysroot]} { if {[file exists /Developer/SDKs/MacOSX10.5.sdk]} { set configure.universal_sysroot "/Developer/SDKs/MacOSX10.5.sdk" } else { set configure.universal_sysroot "/Developer/SDKs/MacOSX10.4u.sdk" } } configure.args-append --enable-universalsdk=${configure.universal_sysroot} } livecheck.check 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,
|
![]() |
![]() Digg python26 on MacOSX Download the Darwinports Installer version 1.7 How to Install Darwinports 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 |
|||||||
| |



