> 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
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