Re: problem with openid

2009-08-12 Thread Kenneth Gonsalves
On Thursday 13 Aug 2009 10:47:36 am Kenneth Gonsalves wrote: > On Thursday 13 Aug 2009 10:16:19 am Malcolm Tredinnick wrote: > > On Thu, 2009-08-13 at 07:22 +0530, Kenneth Gonsalves wrote: > > > hi, > > > > > > was trying out django_openidconsumer and get this error: > > > > > > complete() takes e

Re: problem with openid

2009-08-12 Thread Kenneth Gonsalves
On Thursday 13 Aug 2009 10:16:19 am Malcolm Tredinnick wrote: > On Thu, 2009-08-13 at 07:22 +0530, Kenneth Gonsalves wrote: > > hi, > > > > was trying out django_openidconsumer and get this error: > > > > complete() takes exactly 3 arguments (2 given) - I cannot figure it out > > as this is the de

Re: problem with openid

2009-08-12 Thread Malcolm Tredinnick
On Thu, 2009-08-13 at 07:22 +0530, Kenneth Gonsalves wrote: > hi, > > was trying out django_openidconsumer and get this error: > > complete() takes exactly 3 arguments (2 given) - I cannot figure it out as > this > is the definition of complete: > > def complete(request, on_success=None, on_f

problem with openid

2009-08-12 Thread Kenneth Gonsalves
hi, was trying out django_openidconsumer and get this error: complete() takes exactly 3 arguments (2 given) - I cannot figure it out as this is the definition of complete: def complete(request, on_success=None, on_failure=None): any clues? the cut-and-paste view of the traceback is here: En