Re: makemessages.py gives problem with unnamed arguments

2007-11-18 Thread Kenneth Gonsalves
On 19-Nov-07, at 11:52 AM, Malcolm Tredinnick wrote: >> I am running python2.5 and django version 6700. I am getting the >> error from makemessages.py that 'unnamed arguments cannot be properly >> localised'. The string complained off is: >> >> return u"%s %s" %(self.username,self.email) > > I b

Re: makemessages.py gives problem with unnamed arguments

2007-11-18 Thread Malcolm Tredinnick
On Mon, 2007-11-19 at 11:30 +0530, Kenneth Gonsalves wrote: > hi, > > I am running python2.5 and django version 6700. I am getting the > error from makemessages.py that 'unnamed arguments cannot be properly > localised'. The string complained off is: > > return u"%s %s" %(self.username,self