HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 17:45:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071218141016
location: https://web.archive.org/web/20071218141016/https://wiki.python.org/moin/DistutilsCookbook
server-timing: captures_list;dur=0.626020, exclusion.robots;dur=0.022689, exclusion.robots.policy;dur=0.011075, esindex;dur=0.011761, cdx.remote;dur=1181.294983, LoadShardBlock;dur=430.275057, PetaboxLoader3.datanode;dur=387.231162
x-app-server: wwwb-app213
x-ts: 302
x-tr: 1637
server-timing: TR;dur=0,Tw;dur=22,Tc;dur=1
set-cookie: SERVER=wwwb-app213; path=/
x-location: All
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: Wed, 30 Jul 2025 17:45:14 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Tue, 18 Dec 2007 14:10:16 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_fastcgi/2.4.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 18 Dec 2007 14:10:16 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 23 Jun 2005 00:18:27 GMT", ; rel="prev memento"; datetime="Sat, 17 Nov 2007 18:38:59 GMT", ; rel="memento"; datetime="Tue, 18 Dec 2007 14:10:16 GMT", ; rel="next memento"; datetime="Sun, 28 Sep 2008 00:14:14 GMT", ; rel="last memento"; datetime="Wed, 16 Dec 2009 12:11:46 GMT"
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_1_20071218073309_crawl106-c/51_1_20071218140503_crawl107.arc.gz
server-timing: captures_list;dur=0.508793, exclusion.robots;dur=0.031533, exclusion.robots.policy;dur=0.023548, esindex;dur=0.010408, cdx.remote;dur=825.042587, LoadShardBlock;dur=108.094020, PetaboxLoader3.datanode;dur=126.931086, load_resource;dur=210.220439, PetaboxLoader3.resolve;dur=137.675654
x-app-server: wwwb-app213
x-ts: 200
x-tr: 1184
server-timing: TR;dur=0,Tw;dur=64,Tc;dur=1
x-location: All
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
DistutilsCookbook - PythonInfo Wiki
The Distutils Cookbook collects various useful recipes and tips for using the Distutils.
When creating new recipes, use the RecipeTemplate .
DistutilsInstallDataScattered -- make resource data-files get installed in the same directory tree as the Python files that depend on them
DistutilsAutoDataDiscovery -- specify data-files to install with smart_install_data recursively by specifying only a top-level directory
DistutilsAutoPackageDiscovery -- specify packages to install recursively by specifying only the top-level package
Jeremy Hylton has written a Python Package Index (PyPI) tutorial . This covers the use of the distutils register command.
DistutilsWininstFilename -- provide customisation point for altering the filename of bdist_wininst installer (such as to include numpy version information)
EditText (last edited 2006-10-08 13:35:17 by DavidBoddie )
DeleteCache (cached 2007-11-24 00:20:39)