| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 15 Jan 2026 05:29:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106183107
location: https://web.archive.org/web/20100106183107/https://python24.darwinports.com/
server-timing: captures_list;dur=0.520986, exclusion.robots;dur=0.036075, exclusion.robots.policy;dur=0.026413, esindex;dur=0.008658, cdx.remote;dur=8.842006, LoadShardBlock;dur=151.804394, PetaboxLoader3.datanode;dur=95.659574
x-app-server: wwwb-app218-dc8
x-ts: 302
x-tr: 192
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; 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 05:29:59 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 18:16:58 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: Wed, 06 Jan 2010 18:31:07 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: TLA-20100106175817-00362-ia360913-c/TLA-20100106181756-00531-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.682910, exclusion.robots;dur=0.026182, exclusion.robots.policy;dur=0.011984, esindex;dur=0.012989, cdx.remote;dur=10.713708, LoadShardBlock;dur=138.852358, PetaboxLoader3.datanode;dur=106.851221, PetaboxLoader3.resolve;dur=263.593696, load_resource;dur=288.046915
x-app-server: wwwb-app218-dc8
x-ts: 200
x-tr: 537
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
Python24 version 2.4.6 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
python24 most recent diffversion 2.4.6
Scroll down toward the bottom of the page to get installation instructions for python24. The raw portfile for python24 2.4.6 is located here: https://python24.darwinports.com/dports/lang/python24/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/python24 The python24 Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 PortGroup select 1.0 Name: python24 Version: 2.4.6 Revision: 4 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] Category: lang Platform: darwin Maintainers: nomaintainer 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://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ ftp://ftp.python.jp/pub/python/${version}/ distname Python-${version} use_bzip2 yes Checksums: md5 76083277f6c7e4d78992f36d7ad9018d sha1 cb1972a554a458f6a26d3e047b359251865d7c96 rmd160 0687989193dec2ac108142759281be7ddcf7f31e Patch Files: patch-configure patch-Makefile.pre.in patch-Lib-cgi.py patch-Lib-site.py patch-setup.py patch-Include-pyport.h patch-Mac-OSX-Makefile.in patch-Mac-OSX-IDLE-Makefile.in patch-Mac-OSX-PythonLauncher-Makefile.in patch-configure-badcflags.diff patch-configure-arch_only.diff depends_lib port:gettext configure.args --with-cxx=${configure.cxx} --enable-shared --enable-framework=${frameworks_dir} --mandir=${prefix}/share/man --without-readline --disable-tk --enable-ipv6 use_parallel_build no post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py ${worksrcpath}/Lib/site.py ${worksrcpath}/setup.py reinplace "s|__FRAMEWORKS_DIR__|${frameworks_dir}|g" ${worksrcpath}/Mac/OSX/Makefile.in reinplace "s|__APPLICATIONS_DIR__|${applications_dir}|g" ${worksrcpath}/Mac/OSX/IDLE/Makefile.in ${worksrcpath}/Mac/OSX/Makefile.in ${worksrcpath}/Mac/OSX/PythonLauncher/Makefile.in } build.target all # Workaround for case-sensitive file systems post-build { if { ![file exists ${worksrcpath}/python.exe] } { ln -s python ${worksrcpath}/python.exe } } test.run yes test.target test destroot.target frameworkinstall maninstall select.group python select.file ${filespath}/python[string map {. {}} ${branch}] platform macosx { post-destroot { if {$build_arch != "x86_64"} { set framewpath ${frameworks_dir}/Python.framework set framewdir ${framewpath}/Versions/${branch} foreach dir { lib include } { file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir} ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch} } # Since the lib/python${branch} dir was just moved above and # libpython2.4.a in lib/python${branch}/config is relative, we need # to repoint it here file delete ${destroot}${prefix}/lib/python${branch}/config/libpython${branch}.a ln -s ${framewdir}/Python ${destroot}${prefix}/lib/python${branch}/config/libpython${branch}.a ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1 # delete symlinks without version suffix, use python_select instead to choose version foreach bin { python pythonw idle pydoc smtpd.py } { file delete ${destroot}${prefix}/bin/${bin} } foreach bin [list python${branch} pythonw${branch} idle${branch} pydoc${branch} smtpd${branch}.py] { file rename -force ${destroot}${framewdir}/bin/${bin} ${destroot}${prefix}/bin ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin} } foreach dir { Headers Resources Python Versions/Current } { file delete ${destroot}${framewpath}/${dir} } # Without this, LINKFORSHARED is set to # ... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) # (this becomes Python.framework/Versions/2.4/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.4/Python) reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${prefix}/lib/python${branch}/config/Makefile } else { # delete symlinks without version suffix, use python_select instead to choose version foreach bin { python pythonw idle pydoc smtpd.py python-config } { file delete ${destroot}${prefix}/bin/${bin} } file rename ${destroot}${prefix}/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}/python[string map {. {}} ${branch}] ${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" } platform darwin { post-configure { # See https://trac.macports.org/ticket/18376 system "cd ${worksrcpath} && ed - pyconfig.h < ${filespath}/pyconfig.ed" } } platform darwin 9 { configure.cppflags-append -D__DARWIN_UNIX03 } platform darwin 10 { configure.cppflags-append -D__DARWIN_UNIX03 if {$build_arch == "x86_64"} { configure.args-delete --enable-framework=${frameworks_dir} configure.args-append --disable-toolbox-glue destroot.target install maninstall } } platform puredarwin { configure.args-delete --enable-framework=${frameworks_dir} configure.args-append --disable-toolbox-glue --disable-framework destroot.target install maninstall post-destroot { # delete symlinks without version suffix, use python_select instead to choose version foreach bin { python pythonw idle pydoc smtpd.py python-config } { file delete ${destroot}${prefix}/bin/${bin} } file rename ${destroot}${prefix}/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}/python[string map {. {}} ${branch}] ${destroot}${prefix}/etc/select/python/ } } Variant: universal { 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=/ } } livecheck.type regex livecheck.url ${homepage}download/releases/ livecheck.regex Python (${branch}.\[0-9\]+) 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/python24You 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 python24 with these commands: % man python24 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 |
|||||||
| |




