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
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
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
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
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
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
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