| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 16 Jan 2026 07:47:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071014013729
location: https://web.archive.org/web/20071014013729/https://python24.darwinports.com/
server-timing: captures_list;dur=0.941439, exclusion.robots;dur=0.066577, exclusion.robots.policy;dur=0.049979, esindex;dur=0.014807, cdx.remote;dur=12.785178, LoadShardBlock;dur=58.666010, PetaboxLoader3.datanode;dur=49.372224, PetaboxLoader3.resolve;dur=6.475692
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 106
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; 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: Fri, 16 Jan 2026 07:47:39 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Sun, 14 Oct 2007 01:40:36 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: Sun, 14 Oct 2007 01:37:29 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_0_20071014010441_crawl109-c/51_0_20071014013534_crawl109.arc.gz
server-timing: captures_list;dur=0.534497, exclusion.robots;dur=0.021863, exclusion.robots.policy;dur=0.009754, esindex;dur=0.011690, cdx.remote;dur=5.526479, LoadShardBlock;dur=112.947421, PetaboxLoader3.datanode;dur=126.880139, load_resource;dur=134.797607, PetaboxLoader3.resolve;dur=67.529302
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 337
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.4 for Mac OS X
|
|||||||||
Saturday the 13th of October, 2007 |
|||||||||
python24 most recent diff
Scroll down toward the bottom of the page to get installation instructions for python24. The raw portfile for python24 2.4.4 is located here: https://python24.darwinports.com/dports/lang/python24/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 29608 2007-10-02 21:59:58Z eridius PortSystem 1.0 Name: python24 Version: 2.4.4 revision 1 set major_version 2 set minor_version 4 Category: lang Platform: darwin freebsd linux 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}/ distname Python-${version} checksums md5 0ba90c79175c017101100ebf5978e906 patchfiles 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 use_bzip2 yes depends_lib port:gettext configure.args --enable-shared --mandir=${prefix}/share/man --bindir=${prefix}/bin --libdir=${prefix}/lib --without-readline --enable-framework=${prefix}/Library/Frameworks --disable-tk --enable-ipv6 post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/site.py reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Mac/OSX/Makefile.in reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py } build.target all libpython2.4.dylib # 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 post-destroot { if { [variant_isset macosx]} { set framewdir ${prefix}/Library/Frameworks/Python.framework xinstall -m 755 -d ${destroot}${framewdir}/Versions/2.4/include ln -s Versions/Current/lib ${destroot}${framewdir}/Libraries ln -sf ${framewdir}/Versions/2.4/bin/pydoc ${destroot}${prefix}/binpydoc ln -sf ${framewdir}/Versions/2.4/bin/pydoc ${destroot}${prefix}/binpydoc24 ln -s ${prefix}/lib/python2.4/config ${destroot}${framewdir}/Versions/2.4/lib/python2.4/config ln -s ${framewdir}/Versions/2.4/lib/libpython${major_version}.${minor_version}.dylib ${destroot}${prefix}/lib/libpython${version}.dylib ln -s ${framewdir}/Versions/2.4/lib/libpython${major_version}.${minor_version}.dylib ${destroot}${prefix}/lib/libpython${major_version}.dylib ln -s ${framewdir}/Versions/2.4/lib/libpython${major_version}.${minor_version}.dylib ${destroot}${prefix}/lib/libpython.dylib } elseif { [variant_isset darwin]} { ln -s libpython${major_version}.${minor_version}.dylib ${destroot}${prefix}/lib/libpython${version}.dylib ln -s libpython${major_version}.${minor_version}.dylib ${destroot}${prefix}/lib/libpython${major_version}.dylib ln -s libpython${major_version}.${minor_version}.dylib ${destroot}${prefix}/lib/libpython.dylib } else { system "cd ${destroot}${prefix}/lib && ln -s libpython${major_version}.${minor_version}.so libpython${version}.so && ln -s libpython${major_version}.${minor_version}.so libpython${major_version}.so && ln -s libpython${major_version}.${minor_version}.so libpython.so" } } # delete symlinks without version suffix, use python_select instead to choose version platform darwin { post-destroot { file delete ${destroot}${prefix}/bin/python file delete ${destroot}${prefix}/bin/pythonw file delete ${destroot}${prefix}/bin/idle file delete ${destroot}${prefix}/bin/pydoc file delete ${destroot}${prefix}/bin/smtpd.py file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python2.4.1 } } platform puredarwin { configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-toolbox-glue --disable-framework destroot.target install maninstall } platform darwin 8 { configure.compiler gcc-4.0 configure.args-append --with-cxx=/usr/bin/g++-4.0 } platform darwin 9 { configure.cppflags-append -D__DARWIN_UNIX03 } platform freebsd { configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-framework build.target all libpython2.4.so destroot.target install maninstall } platform linux { configure.args-delete --enable-framework=${prefix}/Library/Frameworks configure.args-append --disable-framework build.target all libpython2.4.so destroot.target install maninstall } livecheck.check regex livecheck.url https://www.python.org/download/releases/ livecheck.regex Python (2.4.\[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,
|
![]() |
![]() Digg python24 on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




