I\'m trying to get Python scripts, called from a web browser, to work. I keep getting the error:
500 Internal Server Error
When I check my err
You may also get a better error message by adding this line at the top of your Python script:
import cgitb; cgitb.enable()
Also, the header should be capitalized Content-Type, not Content-type, although I doubt that that is breaking anything.
Content-Type
Content-type