I use mythtv 0.22 svn 22675, miro 2.5.3, python 2.6 and ubuntu Janty with kernel 2.6.30.
Mirobridge runs fine from the terminal but fails when ran from crontab. This is not an access right or file permission problem. I have a valid config.xml gf file in the directory ~/.mythtv.
The error says that it can not import python bindings ( see below ).
/var/lib/python-support/python2.6/MySQLdb/init__.py:34: DeprecationWarning: the sets module is deprecated
2009-10-31 11:38:01,950 - mirobridge - INFO - Using python library 'pyparsing' version 1.5.0
/usr/local/lib/python2.6/dist-packages/MythTV/MythLog.py:34: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
self.message = message
Exception AttributeError: "'MythDB' object has no attribute 'db'" in <bound method MythDB.del of <MythTV.MythDB.MythDB object at 0x87e326c>> ignored
2009-10-31 11:38:04,980 - mirobridge - CRITICAL - MythTV python bindings could not be imported
I use mythtv 0.22 svn 22675, miro 2.5.3, python 2.6 and ubuntu Janty with kernel 2.6.30.
Mirobridge runs fine from the terminal but fails when ran from crontab. This is not an access right or file permission problem. I have a valid config.xml gf file in the directory ~/.mythtv. The error says that it can not import python bindings ( see below ).
/var/lib/python-support/python2.6/MySQLdb/init__.py:34: DeprecationWarning: the sets module is deprecated
2009-10-31 11:38:01,950 - mirobridge - INFO - Using python library 'pyparsing' version 1.5.0 /usr/local/lib/python2.6/dist-packages/MythTV/MythLog.py:34: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
Exception AttributeError: "'MythDB' object has no attribute 'db'" in <bound method MythDB.del of <MythTV.MythDB.MythDB object at 0x87e326c>> ignored 2009-10-31 11:38:04,980 - mirobridge - CRITICAL - MythTV python bindings could not be imported