Any ports of python-scgi to Windows?
"Joshua J. Kugler" <[email protected]> Wed, 23 Jan 2008 09:31:43 -0900
| Newsgroups | gmane.comp.web.quixote.user,gmane.spam.detected |
|---|---|
| Organization | S&K Aerospace |
| Message-ID | <1201113103.6354.0.camel@KuglerSKLaptop> |
[I sent this yesterday, but that was before I was subscribed. Sorry if it ends up being a dupe.] Right now, we're looking for a way to wrap SCGI around our WSGI application. To head off questions, we've tried: - A py2exe ISAPI module No go, gross instability - FCGI Window's FCGI won't work because Python on windows doesn't have socket.fromfd() So, I wanted to try SCGI. That's easy, right? Paste has an SCGI server that wraps WSGI apps. But it requires python-scgi. Which requires a compiled C module. Which apparently hasn't been ported to Windows. I found a pure-python SCGI server (http://www.cherokee-project.com/download/pyscgi/ ) but its semantics are different than python-scgi's, so that means reimplementing the WSGI wrapper from the ground up, something I'd like to avoid, both for initial effort and bug-stomping reasons. So, I thought I'd check first to see if anyone had any efforts in the pipeline to port python-scgi to windows. Please? :) j -- Joshua Kugler VOC/SigNet Provider (aka Web App Programmer) S&K Aerospace Alaska