[Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Michele -
Hi, I have written a small utility function to replace "twisted.web.client.getPage", to be able to read the response header. I have to say that the ever improving documentation made it quite easy for me to do it using the new twisted.web.client.Agent, so well done to all! Since my wrapper works

[Twisted-Python] LDAP binds appears to succeed with no password

2010-07-30 Thread Peter Westlake
I'm using LDAP to authenticate users, and when I give it an empty password, it appears to succeed! Can anyone see what I'm doing wrong? I've added comments by the log messages that appear in the output. Peter. from twisted.internet import reactor, defer from ldaptor.protocols.ldap import ldapclie

Re: [Twisted-Python] LDAP binds appears to succeed with no password

2010-07-30 Thread Alan Franzoni
On 7/30/10 12:54 PM, Peter Westlake wrote: > I'm using LDAP to authenticate users, and when I give it an empty > password, it appears to succeed! Can anyone see what I'm doing wrong? > I've added comments by the log messages that appear in the output. Please post the full code, including how you'r

Re: [Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Itamar Turner-Trauring
On Fri, 2010-07-30 at 11:28 +0100, Michele - wrote: > Hi, > > > I have written a small utility function to replace > "twisted.web.client.getPage", to be able to read the response header. > > > I have to say that the ever improving documentation made it quite easy > for me to do it using the new

Re: [Twisted-Python] LDAP binds appears to succeed with no password

2010-07-30 Thread Peter Westlake
On Fri, 30 Jul 2010 13:55 +0200, "Alan Franzoni" wrote: > On 7/30/10 12:54 PM, Peter Westlake wrote: > > I'm using LDAP to authenticate users, and when I give it an empty > > password, it appears to succeed! Can anyone see what I'm doing wrong? > > I've added comments by the log messages that appe

[Twisted-Python] Asynchronous gzipped content decompression: best approach

2010-07-30 Thread Michele -
HiĀ Itamar, Thanks for the hint, it took me a while to make it work but it does do the job very well. For future reference to the thread readers, the bytes to skip are the first 10 of the first set of data received by the protocol. Thanks again Michele _

[Twisted-Python] OpenStack uses Twisted

2010-07-30 Thread Alvin Wang
FYI - I went to a presentation on Nova/OpenStack https://launchpad.net/nova They use Twisted and they are planning on taking out Tornado. You can run your own amazon using Twisted. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://

Re: [Twisted-Python] OpenStack uses Twisted

2010-07-30 Thread Donal McMullan
Hi Alvin - I understand they've been using both Tornado and Twisted... did they elaborate on their decision to remove Tornado? Will the features supported by Tornado be reimplemented with Twisted? Thanks D On 31 July 2010 16:56, Alvin Wang wrote: > FYI - I went to a presentation on Nova/OpenSt