[Distutils] Question
Anthony Tuininga
Anthony@COMPUTRONIX.com
Thu Mar 1 10:28:01 2001
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C0A264.1B2FF150
Content-Type: text/plain;
charset="iso-8859-1"
In the past I have used the "freeze" method available in the tools section
of the Python distribution for distributing binaries to those without
Python. Just recently I started using DistUtils for compiling my C extension
but unfortunately that breaks the freezing process if the extension module
is going to be folded in to the resulting executable (rather than a
standalone shared library). Before I go off and try to make this work, I was
wondering if anyone knew if freezing was being planned for DistUtils. If so,
what can I do to help, and if not, what ought to be replacing it? I suspect
it shouldn't be too difficult to take the code that determines modules,
compile them and generate C files, then use the DistUtils modules to
actually compile the executable. But I don't want to do that if someone
already has or there is something better to use. Comments anyone?
Anthony
------_=_NextPart_001_01C0A264.1B2FF150
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>Question</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2 FACE=3D"Arial">In the past I have used the =
"freeze" method available in the tools section of the Python =
distribution for distributing binaries to those without Python. Just =
recently I started using DistUtils for compiling my C extension but =
unfortunately that breaks the freezing process if the extension module =
is going to be folded in to the resulting executable (rather than a =
standalone shared library). Before I go off and try to make this work, =
I was wondering if anyone knew if freezing was being planned for =
DistUtils. If so, what can I do to help, and if not, what ought to be =
replacing it? I suspect it shouldn't be too difficult to take the code =
that determines modules, compile them and generate C files, then use =
the DistUtils modules to actually compile the executable. But I don't =
want to do that if someone already has or there is something better to =
use. Comments anyone?</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Anthony</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C0A264.1B2FF150--