As far as I can tell, python should default to whatever C uses, and
processing floats should "just work", however that never turns out as
planned... I can work around this using 'locale.atof()' instead of
'float()', assuming python interprets your localizations settings
properly.

Can you open python on the command line, run:

import locale
locale.localeconv()['decimal_point']

and see if it is set properly?

-- 
jamu.py crashed in Program._init_() from MythTV.py
https://bugs.launchpad.net/bugs/452790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to