google-code-export / tovid

Automatically exported from code.google.com/p/tovid
1 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 <module>
    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 reported on code.google.com by grepper@gmail.com on 26 Jul 2011 at 2:30

GoogleCodeExporter commented 9 years ago
This should be fixed in rev 3347.
I'll close this on verification.

Original comment by grepper@gmail.com on 26 Jul 2011 at 3:30

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

Original comment by grepper@gmail.com on 18 Aug 2011 at 1:29