[Bug 452790] Re: jamu.py crashed in Program._init_() from MythTV.py

2009-11-23 Thread georgaeie
I think this is the root of the problem: import locale locale.getlocale() (None, None) locale.setlocale(locale.LC_ALL, '') 'nb_NO.UTF-8' locale.getlocale() ('nb_NO', 'UTF8') locale.localeconv()['decimal_point'] ',' locale.localeconv()['thousands_sep'] '\xc2\xa0' It probably should have

[Bug 452790] Re: jamu.py crashed in Program._init_() from MythTV.py

2009-11-23 Thread georgaeie
Sorry, I have and an extra quotation mark in the above post. This is the correct one: su mythtv -c export LANG=en_US.UTF-8; /usr/bin/python /usr/share/mythtv/mythvideo/scripts/jamu.py -MW '/var/log/mythtv/jamu.log' Georg -- jamu.py crashed in Program._init_() from MythTV.py

[Bug 452790] Re: jamu.py crashed in Program._init_() from MythTV.py

2009-11-23 Thread georgaeie
Fixed temporarily by setting locale explicitly in /etc/cron.hourly/mythvideo: Original: #!/bin/sh #Hourly massive update to ensure users see graphics coming in for upcoming recordings and current recordings DIRECTORY=$(grep ^mythtv /etc/passwd | awk -F : '{print $6}') if [ -f

[Bug 452790] Re: jamu.py crashed in Program._init_() from MythTV.py

2009-11-04 Thread georgaeie
Hello guys, I have the same behaviour, even with mythplugins - 0.22.0+fixes22594-0ubuntu1 installed. Anyway, the fix seems to be in the file /usr/lib/python2.6/dist-packages/MythTV/MythTV.py, belonging to libmyth-python (also 0.22.0+fixes22594-0ubuntu1), and my file has the fix, as referred to