[mythtv-users] python

James Linder jam at tigger.ws
Tue Feb 24 12:34:29 UTC 2015


Hi
if anybody has walked this road and has any advice then please …
I’m trying to build a dvd on my suse backend machine.
After finding a few python modules I got stuck. Clearly python cannot access the DB

Traceback (most recent call last):
  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 5298, in <module>
    main()
  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 5165, in main
    defaultsettings = getDefaultParametersFromMythTVDB()
  File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 883, in getDefaultParametersFromMythTVDB
    cursor.execute(sqlstatement, configHostname)
  File "/usr/lib/python2.7/site-packages/MythTV/_conn_mysqldb.py", line 71, in execute
    raise MythDBError(MythDBError.DB_RAW, e.args)
MythTV.exceptions.MythDBError: MySQL error: not all arguments converted during string formatting

Thanks anyone
James


More information about the mythtv-users mailing list