2006/3/3, Joe Wreschnig <[EMAIL PROTECTED]>: > > Oh wow, um, I suck. Sorry. I've been running that thread every 300 > milliseconds, not every 300 seconds. This has now been fixed in SVN > HEAD. > > Can you run "quodlibet --debug" and tell me if you observe the problem > then? That disables that thread. (Which is why I never noticed the > problem in my profiles...)
the problem disappear with the debug option. > > The problems does occur for me with fr_FR.UTF-8 and fr_FR.ISO-8859-15 > > locale, and not with C nor en_GB.UTF-8 locale, and changing the value > > of LC_NUMERIC is enough to trigger or removing it. > > Unfortunately, I still can't explain why this happens. Nothing has yet > tied the problem to a specific locale. Well, I don't know for sure, but when looking for it on google, it seem that there is several problem with python and locale that use the comma (,) and not dot (.) in floating point representation (as it is in french, and I believe in German too).