magmax/python-inquirer

AttributeError on loading theme from dict or JSON

Closed this issue · 1 comments

grm34 commented

Hi :)

Got AttributeError: 'dict' object has no attribute 'Question' when try to load theme from dict.

edit: sorry did not load it the right way !

@grm34 can you give some pointers on what's "the right way" of loading the custom themes?

edit: The proper way: theme=inquirer.themes.load_theme_from_dict(theme_dict)