Hey there, Basically IIS works now and has received a request from the CGI module but of course the response was not valid. Try this in your *.py file: #!/usr/bin/env python # -*- coding: UTF-8 -*- # enable debugging import cgitb cgitb . enable () print "Content-Type: text/plain;charset=utf-8"...