[Announcement] PyISAPIe version 1.1.0 Release Candidate 2

2009-05-23 Thread Phillip Sitbon
Hello all, I've recently revived the Python ISAPI Extension (PyISAPIe) project and thought I'd share the newest release with you, version 1.1.0-rc2. Development in bringing Python to Windows servers has been slow these days, so hopefully this project can continue to fill a niche for those who nee

Re: Python in IIS + WSGI

2008-01-15 Thread Phillip Sitbon
Looks like Sourceforge had a problem with the file upload, causing it to be empty - I just fixed it. http://pyisapie.sourceforge.net/ > On Jan 11, 4:37 pm, Phillip Sitbon <[EMAIL PROTECTED]> wrote: > > > Recently (finally) updated the PyISAPIe project. Version 1.0.4 > &g

Re: Python in IIS + WSGI

2008-01-11 Thread Phillip Sitbon
Pardon my typo! http://pyisapie.sourceforge.net On Jan 11, 4:37 pm, Phillip Sitbon <[EMAIL PROTECTED]> wrote: > Recently (finally) updated the PyISAPIe project. Version 1.0.4 > includes WSGI support (tested with current Django SVN and Trac 0.10) > and a Django-native handler, a

Python in IIS + WSGI

2008-01-11 Thread Phillip Sitbon
Recently (finally) updated the PyISAPIe project. Version 1.0.4 includes WSGI support (tested with current Django SVN and Trac 0.10) and a Django-native handler, as well as other examples of using it as a standalone web app. Also added some installation/usage docs on the project page. Comments/fee

Reverse of map()?

2006-02-05 Thread Phillip Sitbon
Hello there, I have a situation where a list of functions need to be called with a single set of parameters and the result constructed into a tuple. I know there's simple ways to do it via list comprehension: Result = tuple( [ fn(* Args, ** Kwds) for fn in fn_list ] ) I'd hope there's a more e

PyISAPIe v0.1.2 Released

2006-01-30 Thread Phillip Sitbon
Hello, Yesterday I put out the newest version of PyISAPIe, my ISAPI extension for IIS. It's now officially out of beta and running very well. For a quick performance run-down, take a look at the project blog - http://pyisapie.sourceforge.net/?p=4. Better yet, try it out yourself! http://sourcefo

New Python ISAPI extension for IIS (PyISAPIe)

2005-12-20 Thread Phillip Sitbon
Hey everybody, I just released v0.1.1 of my Python ISAPI extension, which is currently in its beta stages. I'd love to have some of you look at it and see if it works well for you. It's very slimmed-down, and definitely simple compared to the more popular option(s), but my hope is that there is a