All Tagspython (RSS)
  • Python and FastCGI on IIS

    Hello, I'm a Python developer trying to get my FastCGI application running under IIS. I'm currently developing on IIS 7.5 but I'd like my solution to work under 6.0 and 7.0 too. I'm distributing my own copy of Python 2.6.4 with a patched socket module that implements fromfd() and dup...
    Posted to Forum by Preston Landers on 11-07-2009, 9:17 PM
  • Re: Configuring Python on IIS 7

    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"...
    Posted to Forum by Mitchell Geere on 09-10-2009, 12:25 PM
  • Is there any way to config FastCGI for python

    I use python 2.6 AMDx64, win2008 x64 I do use the same step like config PHP fastcgi for python, but cant find python fastcgi process in task manager. then access by IE, show a exception without any other info. how to config FastCGI for python or not supported?
    Posted to Forum by i-simon on 06-18-2009, 12:06 AM
Page 1 of 1 (3 items)
Microsoft Communities