On Thu, 2008-01-24 at 19:17 +0000, Neil Schemenauer wrote: > Joshua J. Kugler <[EMAIL PROTECTED]> wrote: > > - FCGI > > Window's FCGI won't work because Python on windows doesn't have > > socket.fromfd() > > python-scgi also uses fromfd().
Hmm...I hadn't dug into the code enough to notic that. I thought that maybe since it had the passfd code, that it didn't need python's fromfd() call. Guess I was wrong. > > So, I thought I'd check first to see if anyone had any efforts in > > the pipeline to port python-scgi to windows. > Not that I know of. Bummer. Means I can't use Paste's SCGI-WSGI wrapper, but I was able to work something up using the Cherokee Project's pure-python SCGI server. Working so far. :) Thanks for getting back to me. Not knowing the internals or requirements of fromfd() and all that, isn't it even possible to port python-scgi to Windows without Python having a fromfd() call? j -- Joshua Kugler VOC/SigNet Provider (aka Web App Programmer) S&K Aerospace Alaska _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
