Re: [Tutor] File extension for CGI scripts written in Python

2005-11-12 Thread Alan Gauld
> Python. In the literature I have studied, I have seen the extensions .cgi > and .py applied to such files. Is one preferred over the other, or is it > a > matter of personal preference? It depends on how your web server hsa been set up, there are two basic options: 1) All CGUI scripts go in

[Tutor] File extension for CGI scripts written in Python

2005-11-11 Thread Carroll, Barry
Greetings: I am writing the first of the handler routines for my test system web interface. They will be Common Gateway Interface (CGI) scripts written in Python. In the literature I have studied, I have seen the extensions .cgi and .py applied to such files. Is one preferred over the other, or