﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
8095	Python bindings fail if config.xml is missing	superm1@…	Raymond Wagner	"Version : 0.23~trunk23567
If this file is missing, the bindings should create it rather than flop over.

>>> import MythTV
>>> args = { 'SecurityPin' : '1234' }
>>> db_base = MythTV.MythDBBase(args=args)
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""/usr/lib/python2.6/dist-packages/MythTV/MythBase.py"", line 995, in __init__
    fp = open(os.path.expanduser('~/.mythtv/config.xml'), 'w')
IOError: [Errno 2] No such file or directory: '/home/ubuntu/.mythtv/config.xml'
"	defect	closed	minor	unknown	Bindings - Python	head	medium	fixed			0
