I want to converter a string 1,009.67 to float, I got:
python ValueError: invalid literal for float()
how do I handle this.

1,009.67 is generated by some other program. It could be 2,898.88
3,554,545.66 etc.

Thanks,
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to