On Thu, Jan 29, 2009 at 12:17 PM, bmol...@att.net wrote:
> yes, i'm running on Mac OS X / Unix, but i'm afraid i don't know "where" to
> change the port to 80. i'm working with the following files straight from
> the book 'Programming Python':
You're not blind are you ? Because I am.
> cgi101.p
On Thu, Jan 29, 2009 at 11:31 AM, bmol...@att.net wrote:
> Traceback (most recent call last):
> File "webserver.py", line 22, in ?
>srvrobj = HTTPServer(srvraddr, CGIHTTPRequestHandler)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketServer.py",
> line
hi. i'm reading 'Programming Python' and having some trouble with
adding a web interface in chapter one. (page 72)
basically, i open the cgi101.html file in Firefox.
i enter a name and hit Submit Query:
but instead of getting the Hello "name"! page returned to me I
get the error page.