What is causing a jQuery Ajax call to a Python script to throw a 500 error?
I have a website that has a jQuery Ajax call to a Python script. When I call it, it returns a 500 error. Note that the Python script itself works when submitted through a cron job; it is only when…