[Tutor] please help with simple python CGI script

Alan Gauld alan.gauld at btinternet.com
Sun Oct 26 01:51:49 CEST 2008


"aivars" <aivars868 at gmail.com> wrote 


> still banging mu head with Wesley Chun's simple example -

I'm not sure if this is significant but....

> It gives me the following error:
> Traceback (most recent call last):
>  File "C:\Cgi-bin\friends1.py", line 15, in <module>

Notice that the file path has Cgi not cgi
Case may be significant...

>   <FORM ACTION="/cgi-bin/friends1.py">

The action expects cgi

Just a thought.


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld



More information about the Tutor mailing list