Re: [Twisted-Python] hi !!!

2009-09-15 Thread Colin Alston
On Tue, Sep 15, 2009 at 6:47 PM, Freddy Martinez Garcia < fre...@cbm.uo.edu.cu> wrote: > I wrote my problem in the last message an I wasn't clear with that... > > > Ok... I'm going again... !!! > > > I have a web server... this server was implemented with twisted using > XMLRPC... when the server

Re: [Twisted-Python] Happy Twisted User

2009-08-20 Thread Colin Alston
On Tue, Aug 18, 2009 at 2:02 PM, Reza Lotun wrote: > > Don't get too excited. Now I know I can blame you when it breaks! ;-) > > No worries. Fee free to ping me directly if you have any problems with it. > Feature request: Let me make regex filters for tweets. Ie. so I can filter off when peopl

Re: [Twisted-Python] How to do basic authentication on twisted web

2009-08-17 Thread Colin Alston
On Mon, Aug 17, 2009 at 11:45 AM, Reza Lotun wrote: > The short answer is that you need to use twisted.cred. You don't need to do that at all, it just happens to be the best way. > wrapper = guard.HTTPAuthSessionWrapper( >Portal(SimpleRealm(), checkers), >

[Twisted-Python] Ldaptor patch for Interfaces

2009-08-17 Thread Colin Alston
TV! Please fix Ldaptor. Index: interfaces.py === --- interfaces.py (revision 1506) +++ interfaces.py (working copy) @@ -1,6 +1,6 @@ -from twisted.python import components +from zope.interface import Interface -class ILDAP