Learning how question

Daniel Yoo dyoo at hkn.eecs.berkeley.edu
Wed Dec 26 00:06:11 EST 2001


~Jason~ <freebird317 at hotmail.com> wrote:

: I am able to run the hello world, how do I put it into the form of
: an .exe?

Hi Jason,

There are several utilities you can use to make Python programs into
independent .exe's.  Here's one of them:

    http://py2exe.sourceforge.net

However, you might want to see if you can avoid making .exe's in the
first place.  Are you planning to share your program with other
people?  Making .exe's is a specialized topic, so if you're just
trying to learn Python, you probably don't need to worry about making
.exe's until later.



More information about the Python-list mailing list