tovid-suite / tovid

Suite of tools for DVD authoring
http://tovid.wikia.com/wiki/Tovid_Wiki
GNU General Public License v2.0
7 stars 4 forks source link

ini file doesn't get created by titleset wizard if it doesn't exist #149

Closed tovid-suite closed 9 years ago

tovid-suite commented 9 years ago

From grepper@gmail.com on July 25, 2011 22:30:29

If the titleset wizard is run before the 'tovid gui' is ever run, the dir and file ~/.metagui/config doesn't get created, and the wizard exits on an error.

Traceback (most recent call last): File "/usr/local/lib/tovid/titleset-wizard", line 1221, in app = Wizard(root, 'Tovid\nTitleset Wizard', img_file) File "/usr/local/lib/tovid/titleset-wizard", line 77, in init style.load(inifile) File "/usr/local/lib/python2.6/dist-packages/libtovid/metagui/support.py", line 673, in load font = dict(config.items('font')) File "/usr/lib/python2.6/ConfigParser.py", line 565, in items raise NoSectionError(section) ConfigParser.NoSectionError: No section: 'font'

Original issue: http://code.google.com/p/tovid/issues/detail?id=149

tovid-suite commented 9 years ago

From grepper@gmail.com on July 25, 2011 20:30:09

This should be fixed in rev 3347. I'll close this on verification.

tovid-suite commented 9 years ago

From grepper@gmail.com on August 18, 2011 06:29:59

I haven't received an answer, but I'm going to mark this as fixed as I have tested it.

Status: Fixed