[Tutor] running CGI without a server

Kent Johnson kent_johnson at skillsoft.com
Thu Oct 28 19:06:54 CEST 2004


You could also use CGIHTTPServer from the Python library to run a simple 
CGI server.

The Python web site has links to quite a few CGI tutorials, though I can't 
say if they are any good: http://www.python.org/topics/web/

Kent

At 09:43 AM 10/28/2004 -0700, Brett Kelly wrote:
>Apache will install/run on any decent desktop machine, that'd be the
>easiest way to get a testing environment going...
>
>http://httpd.apache.org
>
>Brett
>
>On Thu, 28 Oct 2004 17:42:51 +0200, Mark Kels <mark.kels at gmail.com> wrote:
> > Hi all,
> >
> > I want to learn CGI programming with Python (I already know the basics
> > of Python).
> > The problem is that I dont have a server to run the CGI scripts on.
> > Is there a way to run Python CGI scripts from the PC ( without
> > uploading it to a server) ?
> >
> > P.S
> > If you know a good python-cgi tutorial I'll be glad if you will send
> > me a link :-) .
> >
> > Thanks !!
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
> >
>
>
>--
>Brett Kelly
>http://inkedmn.com:8000
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list