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
do you have something like this at the top before you print anything else?
print "Content-type: text/html\n"
If you already have this, then post your code.