[Distutils] Self-contained boostrap scripts [was: Re: A new, experimental packaging tool: distil]

Vinay Sajip vinay_sajip at yahoo.co.uk
Sat Mar 30 15:01:16 CET 2013


Nick Coghlan <ncoghlan <at> gmail.com> writes:

> * ship a tool for creating an executable pyz or pyzw file from a
> directory of pure-Python files

This could be a variant of my pyzzer.py tool:

https://gist.github.com/vsajip/5276787

It doesn't print warnings for extensions or byte-compile anything, but otherwise
does more or less what you mentioned.

Regards,

Vinay Sajip






More information about the Distutils-SIG mailing list