[Tutor] (no subject)

Gonçalo Rodrigues op73418@mail.telepac.pt
Tue Dec 10 10:53:04 2002


This is a multi-part message in MIME format.

------=_NextPart_000_0015_01C2A064.FC282BA0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

At present there are no compilers that translate Python source code =
directly into a native executable - and probably there will never be - =
you always need the interpreter around.

There are however tools that can "freeze" an application. Essentially =
they just bundle together your source along with any modules it needs =
and the interpreter into a unique binary executable that can then be =
distributed standalone without requiring the users to have Python =
installed.

With my best regards,
G. Rodrigues
  ----- Original Message -----=20
  From: Maarten Mulders=20
  To: tutor@python.org=20
  Sent: Tuesday, December 10, 2002 2:49 PM
  Subject: [Tutor] (no subject)



  Well, this might be the most basic question ever asked, but I'll do...
  I'm using Win98. How can I compile Python-code to an executable =
(*.exe)? Or isn't that possible?
  Thanks in advance.


------=_NextPart_000_0015_01C2A064.FC282BA0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>At present there are no compilers that =
translate=20
Python source code directly into a native executable - and probably =
there will=20
never be - you always need the interpreter around.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>There are however tools that can =
"freeze" an=20
application. Essentially they just bundle together your source along =
with any=20
modules it needs and the interpreter into a unique binary executable =
that can=20
then be distributed standalone without requiring the users to have =
Python=20
installed.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>With my best regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>G. Rodrigues</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dmuldersmaarten@hotmail.com=20
  href=3D"mailto:muldersmaarten@hotmail.com">Maarten Mulders</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A title=3Dtutor@python.org =

  href=3D"mailto:tutor@python.org">tutor@python.org</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Tuesday, December 10, =
2002 2:49=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [Tutor] (no =
subject)</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT><BR></DIV>
  <DIV>
  <DIV>
  <P><FONT face=3DArial size=3D2></FONT><BR>Well, this might be the most =
basic=20
  question ever asked, but I'll do...<BR>I'm using Win98. How can I =
compile=20
  Python-code to an executable (*.exe)? Or isn't that =
possible?<BR>Thanks in=20
  advance.</P></DIV></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0015_01C2A064.FC282BA0--