Python on IIS: how?

后端 未结 3 1542
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 15:25

I\'ve got a background in PHP, dotNet and am charmed by Python. I want to transpose functionality from PHP to Python step by step, running bits and pieces side-by-side. Duri

3条回答
  •  南笙
    南笙 (楼主)
    2020-11-29 16:15

    just make sure the path to the directory holding the cgi scripts doesn't have spaces or &.

    i tried lots of things for many days and nothing worked then i changed the path and it worked

    UPDATE: If it has spaces, put quotes around the path, but not the %s %s like this:

    "C:\Program Files\Python36\python.exe" %s %s

提交回复
热议问题