[web2py] Re: Numbers Format

2011-11-13 Thread Franklin Freitas
Thanks a lot I live in Venezuela and that's the format I need Thanks for your help On Nov 8, 10:12 am, Vinicius Assef wrote: > No. I said probably you're using format() in a version it is not > supported yet. But I'm not sure about it. > > I never lay on server locale dependancy. > > I live in

Re: [web2py] Re: Numbers Format

2011-11-08 Thread Vinicius Assef
No. I said probably you're using format() in a version it is not supported yet. But I'm not sure about it. I never lay on server locale dependancy. I live in Brazil, and here we have numbers formatted this way: "1.000,00". (dot separates thousands. Comma separates decimal). So, I did this simple

[web2py] Re: Numbers Format

2011-11-08 Thread Franklin Freitas
Hi Vinicius, You mean I can use str.format() to format numbers with thousand separators instead of my function ?, that would be great Could you give me an example ?? Thanks On Nov 7, 6:42 pm, Vinicius Assef wrote: > Possibly the python version in your production server. > > str.format() is avai