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
OK last guess:
Trying changing that shebang line to:
#!/usr/bin/env python
or
#!/usr/bin/local/env python
It would also be helpful to know your platform / hosting provider.