diff --git a/src/pyj/book_list/ui.pyj b/src/pyj/book_list/ui.pyj index bb2a067219..acb1de37d9 100644 --- a/src/pyj/book_list/ui.pyj +++ b/src/pyj/book_list/ui.pyj @@ -116,6 +116,8 @@ class DevelopPanel: m = get_module(m) if m?.develop: m.develop(self.container) + else: + self.container.textContent = 'The module {} either does not exist or has no develop method.'.format(q.widget_module) class UI: