On 9/11/07, <b class="gmail_sendername">Bill Janssen</b> &lt;<a href="mailto:janssen@parc.com">janssen@parc.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I see that the setup.py at the top level of the Python distribution<br>does a lot of things wrt sensing compiler options, etc, that I&#39;d like<br>to re-use in my SSL setup.py distribution file.&nbsp;&nbsp;I&#39;m a bit curious<br>
as to why this framework isn&#39;t in the distutils package?</blockquote><div><br>I suspect a combo of (a) nobody has done it yet and (b) many of the things done there felt too hackish to the person writing them.&nbsp; Regardless of (b) I&#39;d place my money on (a).
<br></div><br></div>In maintaining external bsddb and hashlib module distributions for use on older pythons I have so far just pasted code as appropriate to/from the python setup.py and the separate distribution ones.&nbsp; Not ideal but trivial since once settled upon setup didn&#39;t change much.
<br>