Hi. How do I format a numeric like 123345.23 into $123,345.23 in python? I've tried locale.format("$%'.2f", 123456.23, True) but I get the error "unsupported format character". Thanks for any help, Shuying