[Bug 452790] Re: jamu.py crashed in Program._init_() from MythTV.py
Raymond
raymond at wagnerrp.com
Fri Oct 16 18:41:25 UTC 2009
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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list