Distutils and binaries without compilation

Thomas Heller theller at python.net
Wed Sep 22 02:42:01 EDT 2004


"Mark English" <Mark.English at liffe.com> writes:

> The short version of this question is how do you include binaries in a
> distribution without including their source ?
>
> The long version follows...
[snipped]

You have two choices, imo:

- hack/extend distutils to do what you want

- go the easy route, and write a simple script which creates a zipfile
for you.

Thomas



More information about the Python-list mailing list