Preference panel not opening.



  • Every time I try to open my preferences panel I get this in the output window:

    Traceback (most recent call last):
      File "lib/doodleDelegate.pyc", line 275, in openPreferences_
      File "lib/doodlePreferences.pyc", line 653, in __init__
      File "lib/doodlePreferences.pyc", line 1058, in setupMiscFromDefaults
    AttributeError: 'NoneType' object has no attribute 'fontName'
    

    and nothing happens.


  • admin

    Did you set a custom template preview font?
    Or removed "Lucida Grande" from your system?

    to solved it execute this:

    from lib.tools.defaults import setDefault
    setDefault("templateGlyphFontName", None)
    

    oke thanks for reporting will check if the font is still installed on your system in the next version

    good luck


Log in to reply