Getting python to work, Internal Server Error

后端 未结 12 1538
無奈伤痛
無奈伤痛 2021-02-08 11:07

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

12条回答
  •  执笔经年
    2021-02-08 11:53

    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.

提交回复
热议问题