IIS would not accept the string
"C:\Python20\python.exe %s %s"
. It turns out you have to have the following string for it to work:"C:\Python20\python.exe" %s %s
The change is in the placement of the quotes. It should work fine after that.
"C:\Python20\python.exe %s %s"
. It turns out you have to have the following string for it to work:Right, but what about the experiences that Mozilla chooses to default for users like switching to Yahoo and making that the default upon ...