[Tutor] Compiling Python Scripts

Cameron ccurrie@lcc.net
Fri, 2 Feb 2001 22:25:56 -0600


Ah, that had slipped my mind completely. I'd like to know the process for
compiling my scripts on Windows platforms. Knowing the process on Linux
would be great as well, but I give priority to Windows as more of my friends
use it.

Also, does anyone know of a free web hosting service that allows you to use
your own Python CGI scripts, and that also has FTP access? I have gone
through tons of search engine results and have yet to find a satisfying
service.

> Deirdre Saoirse wrote:
> >
> > On Thu, 1 Feb 2001, Cameron wrote:
> >
> > > I want to compile some of my Python scripts into executable programs
> > > to distribute to some friends who don't have the Python interpreter...
> > > is there any way to do this? I was unable to find the answer in the
> > > documentation.
> >
> > The answer is, in part, dependent upon the platform -- which you didn't
> > specify.
> >
> > _Deirdre