[Tutor] source code

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Wed, 15 Aug 2001 10:58:59 -0700 (PDT)


On Tue, 14 Aug 2001, paul wrote:

> > On Sun, 12 Aug 2001, paul wrote:
> > 
> > > what exactly is the python source code?  and where do i find it?
> > > everyone says that it's available for download on the python website,
> > > but where is it?  i've searched for it on the search engine, and
> > > looked about everywhere.  i must just not know what it is.
> > 
> > Out of curiosity, is there anything in particular you're searching for in
> > the Python source code?
> 
> no, i'm just trying to turn my script into an executable program


Ah!  In this case, you might want to use Py2Exe instead: you won't need
Python's source code to use Py2Exe:

    http://py2exe.sourceforge.net/